Home
last modified time | relevance | path

Searched refs:UpdateGCRoots (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/runtime/mem/gc/
Dgc_root.cpp231 thread->UpdateGCRoots(); in UpdateThreadLocals()
236 vm_->GetAssociatedThread()->UpdateGCRoots(); in UpdateThreadLocals()
263 ctx->UpdateGCRoots(); in UpdateClassLinkerContextRoots()
/ark/runtime_core/runtime/
Dthread.cpp420 void ManagedThread::UpdateGCRoots() in UpdateGCRoots() function in panda::ManagedThread
470 void MTManagedThread::UpdateGCRoots() in UpdateGCRoots() function in panda::MTManagedThread
472 ManagedThread::UpdateGCRoots(); in UpdateGCRoots()
Dclass_linker_context.h155 void UpdateGCRoots() in UpdateGCRoots() function
/ark/runtime_core/runtime/include/
Dmtmanaged_thread.h48 void UpdateGCRoots() override;
Dmanaged_thread.h310 virtual void UpdateGCRoots();