Searched defs:CollectGarbage (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/toolchain/tooling/agent/ | ||
D | heapprofiler_impl.cpp | 59 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl |
/arkcompiler/ets_runtime/ecmascript/ | ||
D | ecma_vm.cpp | 469 void EcmaVM::CollectGarbage(TriggerGCType gcType, GCReason reason) const in CollectGarbage() function in panda::ecmascript::EcmaVM |
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
D | heap.cpp | 341 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage() function in panda::ecmascript::Heap |
/arkcompiler/toolchain/tooling/test/ | ||
D | heapprofiler_impl_test.cpp | 62 HWTEST_F_L0(HeapProfilerImplTest, CollectGarbage) in HWTEST_F_L0() argument |