Home
last modified time | relevance | path

Searched refs:StartGC (Results 1 – 9 of 9) sorted by relevance

/ark/runtime_core/runtime/mem/
Dmemory_manager.cpp130 void MemoryManager::StartGC() const in StartGC() function in panda::mem::MemoryManager
132 gc_->StartGC(); in StartGC()
Dmemory_manager.h90 void StartGC() const;
/ark/runtime_core/runtime/core/
Dcore_vm.cpp144 void PandaCoreVM::StartGC() in StartGC() function in panda::core::PandaCoreVM
146 mm_->StartGC(); in StartGC()
Dcore_vm.h50 void StartGC() override;
/ark/runtime_core/runtime/include/
Dpanda_vm.h59 virtual void StartGC() = 0;
/ark/js_runtime/ecmascript/
Decma_vm.h140 void StartGC() override {} in StartGC() function
/ark/runtime_core/runtime/mem/gc/
Dgc.h350 virtual void StartGC();
Dgc.cpp149 void GC::StartGC() in StartGC() function in panda::mem::GC
/ark/runtime_core/runtime/
Druntime.cpp253 instance->GetPandaVM()->StartGC(); in Create()