Home
last modified time | relevance | path

Searched refs:LocalPushSegmentSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dworklist.h50 size_t LocalPushSegmentSize() { in LocalPushSegmentSize() function
51 return worklist_->LocalPushSegmentSize(task_id_); in LocalPushSegmentSize()
120 size_t LocalPushSegmentSize(int task_id) { in LocalPushSegmentSize() function
Dscavenger.cc150 while ((promotion_list_.LocalPushSegmentSize() < in Process()