Home
last modified time | relevance | path

Searched refs:GetClosureFeedbackCell (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector-inl.h193 Handle<FeedbackCell> FeedbackVector::GetClosureFeedbackCell(int index) const { in GetClosureFeedbackCell() function in v8::internal::FeedbackVector
H A Dfeedback-vector.h262 inline Handle<FeedbackCell> GetClosureFeedbackCell(int index) const;
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h621 FeedbackCellRef GetClosureFeedbackCell(int index) const;
H A Dheap-refs.cc1177 FeedbackCellRef FeedbackVectorRef::GetClosureFeedbackCell(int index) const { in GetClosureFeedbackCell() function in v8::internal::compiler::FeedbackVectorRef
H A Dbytecode-graph-builder.cc1114 return jsgraph()->Constant(feedback_vector().GetClosureFeedbackCell(index)); in BuildLoadFeedbackCell()

Completed in 17 milliseconds