Home
last modified time | relevance | path

Searched refs:PreciseCollectAllGarbage (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc99 heap->PreciseCollectAllGarbage(i::Heap::kNoGCFlags, in InvokeGC()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc545 isolate->heap()->PreciseCollectAllGarbage(Heap::kNoGCFlags, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc1220 broker_->isolate()->heap()->PreciseCollectAllGarbage( in Commit()
/third_party/node/deps/v8/src/heap/
Dheap.h992 V8_EXPORT_PRIVATE void PreciseCollectAllGarbage(
Dheap.cc1678 void Heap::PreciseCollectAllGarbage(int flags, in PreciseCollectAllGarbage() function in v8::internal::Heap
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc625 heap_->PreciseCollectAllGarbage(Heap::kNoGCFlags, in UpdateHeapObjectsMap()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc430 reinterpret_cast<i::Isolate*>(isolate_)->heap()->PreciseCollectAllGarbage( in ~StoreImpl()
/third_party/node/deps/v8/src/api/
Dapi.cc8554 reinterpret_cast<i::Isolate*>(this)->heap()->PreciseCollectAllGarbage( in RequestGarbageCollectionForTesting()