Home
last modified time | relevance | path

Searched defs:CollectGarbage (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp59 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl
258 DispatchResponse HeapProfilerImpl::CollectGarbage() in CollectGarbage() function in panda::ecmascript::tooling::HeapProfilerImpl
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp469 void EcmaVM::CollectGarbage(TriggerGCType gcType, GCReason reason) const in CollectGarbage() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp341 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage() function in panda::ecmascript::Heap
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp62 HWTEST_F_L0(HeapProfilerImplTest, CollectGarbage) in HWTEST_F_L0() argument