v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::StateValuesCache::StateValuesKey Struct Reference
Inheritance diagram for v8::internal::compiler::StateValuesCache::StateValuesKey:
Collaboration diagram for v8::internal::compiler::StateValuesCache::StateValuesKey:

Public Member Functions

 StateValuesKey (size_t count, SparseInputMask mask, Node **values)
 
- Public Member Functions inherited from v8::internal::compiler::StateValuesCache::NodeKey
 NodeKey (Node *node)
 

Public Attributes

size_t count
 
SparseInputMask mask
 
Node ** values
 
- Public Attributes inherited from v8::internal::compiler::StateValuesCache::NodeKey
Nodenode
 

Detailed Description

Definition at line 41 of file state-values-utils.h.

Constructor & Destructor Documentation

◆ StateValuesKey()

v8::internal::compiler::StateValuesCache::StateValuesKey::StateValuesKey ( size_t count,
SparseInputMask mask,
Node ** values )
inline

Definition at line 47 of file state-values-utils.h.

Member Data Documentation

◆ count

size_t v8::internal::compiler::StateValuesCache::StateValuesKey::count

Definition at line 43 of file state-values-utils.h.

◆ mask

SparseInputMask v8::internal::compiler::StateValuesCache::StateValuesKey::mask

Definition at line 44 of file state-values-utils.h.

◆ values

Node** v8::internal::compiler::StateValuesCache::StateValuesKey::values

Definition at line 45 of file state-values-utils.h.


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