Home
last modified time | relevance | path

Searched refs:GetMonitorPool (Results 1 – 6 of 6) sorted by relevance

/ark/runtime_core/runtime/
Dmonitor_pool.cpp28 MonitorPool *pool = vm->GetMonitorPool(); in CreateMonitor()
49 MonitorPool *pool = vm->GetMonitorPool(); in LookupMonitor()
59 MonitorPool *pool = vm->GetMonitorPool(); in FreeMonitor()
/ark/runtime_core/runtime/mem/gc/lang/
Dgc_lang.cpp74 GetPandaVm()->GetMonitorPool()->EnumerateMonitors([this](Monitor *monitor) { in CommonUpdateRefsToMovedObjects()
107 GetPandaVm()->GetMonitorPool()->DeflateMonitors(); in PreRunPhasesImpl()
/ark/runtime_core/runtime/include/
Dpanda_vm.h83 virtual MonitorPool *GetMonitorPool() const = 0;
/ark/runtime_core/runtime/core/
Dcore_vm.h105 MonitorPool *GetMonitorPool() const override in GetMonitorPool() function
/ark/js_runtime/ecmascript/
Decma_vm.h196 MonitorPool *GetMonitorPool() const override in GetMonitorPool() function
/ark/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp654 …this->GetPandaVm()->GetMonitorPool()->DeflateMonitorsWithCallBack([&young_mr, this](Monitor *monit… in Sweep()