Home
last modified time | relevance | path

Searched refs:feedback_cell_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcompilation-cache-table.h59 return feedback_cell_; in feedback_cell()
67 return !feedback_cell_.is_null() && is_compiled_scope_.is_compiled(); in has_feedback_cell()
79 FeedbackCell feedback_cell_; variable
Dcompilation-cache-table-inl.h102 feedback_cell_(feedback_cell) {} in InfoCellPair()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc449 return feedback_cell_; in raw_feedback_cell()
497 ObjectData* feedback_cell_ = nullptr; member in v8::internal::compiler::JSFunctionData
645 feedback_cell_ = feedback_cell.data(); in Cache()
717 *feedback_cell_->object() != f->raw_feedback_cell()) { in IsConsistentWithHeapState()
Dbytecode-graph-builder.cc455 FeedbackCellRef const feedback_cell_; member in v8::internal::compiler::BytecodeGraphBuilder
1038 feedback_cell_(feedback_cell), in BytecodeGraphBuilder()