Home | History | Annotate | Download | only in heap

Lines Matching defs:collectGarbage

635             Heap::collectGarbage(ThreadState::HeapPointersOnStack);
2340 void Heap::collectGarbage(ThreadState::StackState stackState, ThreadState::CauseOfGC cause)
2357 TRACE_EVENT2("blink_gc", "Heap::collectGarbage",
2409 blink::Platform::current()->histogramCustomCounts("BlinkGC.CollectGarbage", WTF::currentTimeMS() - timeStamp, 0, 10 * 1000, 50);
2575 collectGarbage(ThreadState::NoHeapPointersOnStack, ThreadState::ForcedGC);