v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
fast-hash.h File Reference
#include <tuple>
#include "src/base/hashing.h"
#include "src/base/vector.h"
Include dependency graph for fast-hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::compiler::turboshaft::fast_hash< T >
 
struct  v8::internal::compiler::turboshaft::fast_hash< std::pair< T1, T2 > >
 
struct  v8::internal::compiler::turboshaft::fast_hash< std::tuple< Ts... > >
 
struct  v8::internal::compiler::turboshaft::fast_hash< base::Vector< T > >
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 
namespace  v8::internal::compiler::turboshaft
 

Functions

V8_INLINE size_t v8::internal::compiler::turboshaft::fast_hash_combine ()
 
V8_INLINE size_t v8::internal::compiler::turboshaft::fast_hash_combine (size_t acc)
 
V8_INLINE size_t v8::internal::compiler::turboshaft::fast_hash_combine (size_t acc, size_t value)
 
template<typename T , typename... Ts>
V8_INLINE size_t v8::internal::compiler::turboshaft::fast_hash_combine (T const &v, Ts const &... vs)
 
template<typename Iterator >
V8_INLINE size_t v8::internal::compiler::turboshaft::fast_hash_range (Iterator first, Iterator last)