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 270 // shouldGC and shouldForceConservativeGC implement the heuristics
273 // collection immediately. Otherwise, if shouldGC returns true, we
277 bool shouldGC();
ThreadState.cpp 587 bool ThreadState::shouldGC()
Heap.cpp 517 if (threadState()->shouldGC()) {
645 if (threadState()->shouldGC())
    [all...]

Completed in 211 milliseconds