Home
last modified time | relevance | path

Searched refs:has_closure_feedback_cell_array (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function-inl.h43 DCHECK(has_closure_feedback_cell_array()); in closure_feedback_cell_array()
131 bool JSFunction::has_closure_feedback_cell_array() const { in has_closure_feedback_cell_array() function
Djs-function.cc501 const bool has_closure_feedback_cell_array = in EnsureClosureFeedbackCellArray() local
502 (function->has_closure_feedback_cell_array() || in EnsureClosureFeedbackCellArray()
510 !has_closure_feedback_cell_array) { in EnsureClosureFeedbackCellArray()
514 if (has_closure_feedback_cell_array) { in EnsureClosureFeedbackCellArray()
599 if (function->has_closure_feedback_cell_array()) { in InitializeFeedbackCell()
Djs-function.h225 inline bool has_closure_feedback_cell_array() const;
/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc540 func.has_closure_feedback_cell_array())) { in CollectAndMaybeResetCounts()
793 if (func.has_closure_feedback_cell_array()) { in SelectMode()
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc351 !function->is_compiled() && !function->has_closure_feedback_cell_array(); in EnsureFeedbackVector()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1582 } else if (has_closure_feedback_cell_array()) { in JSFunctionPrint()