Searched refs:has_closure_feedback_cell_array (Results 1 – 6 of 6) sorted by relevance
43 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
501 const bool has_closure_feedback_cell_array = in EnsureClosureFeedbackCellArray() local502 (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()
225 inline bool has_closure_feedback_cell_array() const;
540 func.has_closure_feedback_cell_array())) { in CollectAndMaybeResetCounts()793 if (func.has_closure_feedback_cell_array()) { in SelectMode()
351 !function->is_compiled() && !function->has_closure_feedback_cell_array(); in EnsureFeedbackVector()
1582 } else if (has_closure_feedback_cell_array()) { in JSFunctionPrint()