Home
last modified time | relevance | path

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

/external/v8/src/
Dliveobjectlist-inl.h41 if (!NeedLOLProcessing()) return; in GCEpilogue()
47 if (!NeedLOLProcessing()) return; in GCPrologue()
57 if (!NeedLOLProcessing()) return; in IterateElements()
69 if (LiveObjectList::NeedLOLProcessing()) { in UpdateReferencesForScavengeGC()
Dliveobjectlist.h153 static bool NeedLOLProcessing() { return (last() != NULL); } in NeedLOLProcessing() function