HomeSort by relevance Sort by last modified time
    Searched refs:shouldForceConservativeGC (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
349 // shouldForceConservativeGC returns true, we force the garbage
355 bool shouldForceConservativeGC();
ThreadState.cpp 785 bool ThreadState::shouldForceConservativeGC()
    [all...]
Heap.cpp 634 if (threadState()->shouldForceConservativeGC())
    [all...]

Completed in 1063 milliseconds