#include <state-values-utils.h>
|
SparseInputMask::BitMaskType | FillBufferWithValues (WorkingBuffer *node_buffer, size_t *node_count, size_t *values_idx, Node **values, size_t count, const BytecodeLivenessState *liveness) |
|
Node * | BuildTree (size_t *values_idx, Node **values, size_t count, const BytecodeLivenessState *liveness, size_t level) |
|
WorkingBuffer * | GetWorkingSpace (size_t level) |
|
Node * | GetEmptyStateValues () |
|
Node * | GetValuesNodeFromCache (Node **nodes, size_t count, SparseInputMask mask) |
|
TFGraph * | graph () |
|
CommonOperatorBuilder * | common () |
|
Zone * | zone () |
|
Definition at line 24 of file state-values-utils.h.
◆ WorkingBuffer
◆ StateValuesCache()
v8::internal::compiler::StateValuesCache::StateValuesCache |
( |
JSGraph * | js_graph | ) |
|
|
explicit |
◆ AreKeysEqual()
bool v8::internal::compiler::StateValuesCache::AreKeysEqual |
( |
void * | key1, |
|
|
void * | key2 ) |
|
staticprivate |
◆ AreValueKeysEqual()
◆ BuildTree()
◆ common()
◆ FillBufferWithValues()
◆ GetEmptyStateValues()
Node * v8::internal::compiler::StateValuesCache::GetEmptyStateValues |
( |
| ) |
|
|
private |
◆ GetNodeForValues()
◆ GetValuesNodeFromCache()
◆ GetWorkingSpace()
◆ graph()
TFGraph * v8::internal::compiler::StateValuesCache::graph |
( |
| ) |
|
|
inlineprivate |
◆ IsKeysEqualToNode()
◆ zone()
Zone * v8::internal::compiler::StateValuesCache::zone |
( |
| ) |
|
|
inlineprivate |
◆ empty_state_values_
Node* v8::internal::compiler::StateValuesCache::empty_state_values_ |
|
private |
◆ hash_map_
◆ js_graph_
JSGraph* v8::internal::compiler::StateValuesCache::js_graph_ |
|
private |
◆ kMaxInputCount
const size_t v8::internal::compiler::StateValuesCache::kMaxInputCount = 8 |
|
staticprivate |
◆ working_space_
The documentation for this class was generated from the following files: