Home
last modified time | relevance | path

Searched defs:globalStorage (Results 1 – 5 of 5) 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/ets_runtime/ecmascript/tests/
Decma_global_storage_test.cpp35 EcmaGlobalStorage<Node> *globalStorage) in CalculateGlobalNodeCount()
100 EcmaGlobalStorage<Node> *globalStorage = in HWTEST_F_L0() local
/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/refstorage/
Dreference_storage.cpp34 ReferenceStorage::ReferenceStorage(GlobalObjectStorage *globalStorage, mem::InternalAllocatorPtr al… in ReferenceStorage()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp231 auto globalStorage = vm_->GetGlobalObjectStorage(); in UpdateGlobalObjectStorage() local