Searched refs:shouldGC (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h347 // shouldGC and shouldForceConservativeGC implement the heuristics
350 // collection immediately. Otherwise, if shouldGC returns true, we
354 bool shouldGC();
H A DThreadState.cpp763 bool ThreadState::shouldGC() function in class:blink::ThreadState
H A DHeap.cpp633 if (threadState()->shouldGC()) {
929 if (threadState()->shouldGC())

Completed in 1308 milliseconds