v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry Struct Reference
Collaboration diagram for v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry:

Public Attributes

size_t hash = 0
 
Key key = Key()
 
Value value = Value()
 
Entrydepth_neighboring_entry = nullptr
 

Detailed Description

template<class Key, class Value>
struct v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry

Definition at line 51 of file layered-hash-map.h.

Member Data Documentation

◆ depth_neighboring_entry

template<class Key , class Value >
Entry* v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry::depth_neighboring_entry = nullptr

Definition at line 55 of file layered-hash-map.h.

◆ hash

template<class Key , class Value >
size_t v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry::hash = 0

Definition at line 52 of file layered-hash-map.h.

◆ key

template<class Key , class Value >
Key v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry::key = Key()

Definition at line 53 of file layered-hash-map.h.

◆ value

template<class Key , class Value >
Value v8::internal::compiler::turboshaft::LayeredHashMap< Key, Value >::Entry::value = Value()

Definition at line 54 of file layered-hash-map.h.


The documentation for this struct was generated from the following file: