Home
last modified time | relevance | path

Searched defs:globalStorage (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dvm_handle-inl.h32 inline VMHandle<T>::VMHandle(mem::GlobalObjectStorage *globalStorage, mem::Reference *reference) in VMHandle()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference.h98 … EtsReferenceStorage(mem::GlobalObjectStorage *globalStorage, mem::InternalAllocatorPtr allocator, in EtsReferenceStorage()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp236 auto globalStorage = vm_->GetGlobalObjectStorage(); in UpdateGlobalObjectStorage() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp34 ReferenceStorage::ReferenceStorage(GlobalObjectStorage *globalStorage, mem::InternalAllocatorPtr al… in ReferenceStorage()