Searched defs:CollectAllGarbage (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dheap.cc445 void Heap::CollectAllGarbage(int flags, const char* gc_reason) { function in class:v8::internal::Heap
4823 CollectAllGarbage(kMakeHeapIterableMask, "Heap::EnsureHeapIsIterable");
4840 CollectAllGarbage(kNoGCFlags, "idle notification: finalize incremental");
4867 CollectAllGarbage(kReduceMemoryFootprintMask,
4969 CollectAllGarbage(kReduceMemoryFootprintMask, "idle notification");
4974 CollectAllGarbage(kReduceMemoryFootprintMask, "idle notification");

Completed in 189 milliseconds