Searched defs:CollectGarbage (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/toolchain/tooling/agent/ | ||
| D | heapprofiler_impl.cpp | 58 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl |
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| D | heap.cpp | 339 void Heap::CollectGarbage(TriggerGCType gcType) 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 |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | ecma_vm.cpp | 834 void EcmaVM::CollectGarbage(TriggerGCType gcType) const in CollectGarbage() function in panda::ecmascript::EcmaVM |