HomeSort by relevance Sort by last modified time
    Searched refs:shouldGC (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 347 // shouldGC and shouldForceConservativeGC implement the heuristics
350 // collection immediately. Otherwise, if shouldGC returns true, we
354 bool shouldGC();
ThreadState.cpp 763 bool ThreadState::shouldGC()
    [all...]
Heap.cpp 633 if (threadState()->shouldGC()) {
929 if (threadState()->shouldGC())
    [all...]

Completed in 38 milliseconds