Home
last modified time | relevance | path

Searched refs:UpdateVmRefs (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
H A Dgc_lang.h79 void UpdateVmRefs() override
81 rootManager_.UpdateVmRefs();
H A Dgc_lang.cpp107 UpdateVmRefs(); in CommonUpdateRefsToMovedObjects()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_root.cpp228 void RootManager<LanguageConfig>::UpdateVmRefs() in UpdateVmRefs() function in ark::mem::RootManager
230 vm_->UpdateVmRefs(); in UpdateVmRefs()
H A Dgc_root.h116 void UpdateVmRefs();
H A Dgc.h578 virtual void UpdateVmRefs() = 0;
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.h59 void UpdateVmRefs() override;
H A Dcore_vm.cpp317 void PandaCoreVM::UpdateVmRefs() in UpdateVmRefs() function in ark::core::PandaCoreVM
319 PandaVM::UpdateVmRefs(); in UpdateVmRefs()
/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp45 void PandaVM::UpdateVmRefs() in UpdateVmRefs() function in ark::PandaVM
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dpanda_vm.h76 virtual void UpdateVmRefs();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.h102 void UpdateVmRefs() override;
H A Dets_vm.cpp678 void PandaEtsVM::UpdateVmRefs() in UpdateVmRefs() function in ark::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h101 void UpdateVmRefs() override {}

Completed in 8 milliseconds