Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h548 PrintWorklist("shared", &shared_); in Print()
549 PrintWorklist("bailout", &bailout_); in Print()
550 PrintWorklist("on_hold", &on_hold_); in Print()
555 void PrintWorklist(const char* worklist_name,
Dmark-compact.cc3420 void MarkCompactCollector::MarkingWorklist::PrintWorklist( in PrintWorklist() function in v8::internal::MarkCompactCollector::MarkingWorklist