Home
last modified time | relevance | path

Searched refs:IncrementClosureCount (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dfeedback-cell.h42 inline void IncrementClosureCount(Isolate* isolate);
Dfeedback-cell-inl.h60 void FeedbackCell::IncrementClosureCount(Isolate* isolate) { in IncrementClosureCount() function
/external/v8/src/heap/
Dfactory.cc3800 feedback_cell->IncrementClosureCount(isolate_); in PrepareFeedbackCell()