Home
last modified time | relevance | path

Searched refs:AfterGarbageCollection (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Ddebug.h391 void AfterGarbageCollection();
Ddebug.cc1981 void Debug::AfterGarbageCollection() { in AfterGarbageCollection() function in v8::internal::Debug
Dheap.cc442 isolate_->debug()->AfterGarbageCollection(); in GarbageCollectionEpilogue()