Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
Dmemory_manager.cpp135 void MemoryManager::StopGC() const in StopGC() function in panda::mem::MemoryManager
137 gc_->StopGC(); in StopGC()
Dmemory_manager.h91 void StopGC() const;
/ark/runtime_core/runtime/core/
Dcore_vm.cpp149 void PandaCoreVM::StopGC() in StopGC() function in panda::core::PandaCoreVM
151 mm_->StopGC(); in StopGC()
Dcore_vm.h51 void StopGC() override;
/ark/runtime_core/runtime/include/
Dpanda_vm.h60 virtual void StopGC() = 0;
/ark/js_runtime/ecmascript/
Decma_vm.h141 void StopGC() override {} in StopGC() function
/ark/runtime_core/runtime/mem/gc/
Dgc.h356 virtual void StopGC();
Dgc.cpp154 void GC::StopGC() in StopGC() function in panda::mem::GC
/ark/runtime_core/runtime/
Druntime.cpp307 instance->GetPandaVM()->StopGC(); in Destroy()