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

/external/v8/src/heap/
H A Dheap.cc724 void Heap::CollectAllGarbage(int flags, const char* gc_reason, function in class:v8::Heap
4253 CollectAllGarbage(kMakeHeapIterableMask, "Heap::MakeHeapIterable");
4269 CollectAllGarbage(kReduceMemoryFootprintMask, message);
4343 CollectAllGarbage(kReduceMemoryFootprintMask,
/external/v8/src/
H A Dapi.cc6344 void Isolate::CollectAllGarbage(const char* gc_reason) { function in class:v8::Isolate
6345 reinterpret_cast<i::Isolate*>(this)->heap()->CollectAllGarbage(
6556 reinterpret_cast<i::Isolate*>(this)->heap()->CollectAllGarbage(

Completed in 103 milliseconds