Home
last modified time | relevance | path

Searched defs:IsLocalEmpty (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dworklist.h42 bool IsLocalEmpty() { return worklist_->IsLocalEmpty(task_id_); } in IsLocalEmpty() function
127 bool IsLocalEmpty(int task_id) { in IsLocalEmpty() function
/external/v8/src/heap/base/
Dworklist.h403 bool Worklist<EntryType, SegmentSize>::Local::IsLocalEmpty() const { in IsLocalEmpty() function