Home
last modified time | relevance | path

Searched defs:global_storage (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_root.cpp242 auto global_storage = vm_->GetGlobalObjectStorage(); in UpdateGlobalObjectStorage() local
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.cpp33 ReferenceStorage::ReferenceStorage(GlobalObjectStorage *global_storage, mem::InternalAllocatorPtr a… in ReferenceStorage()