Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dpygote_space_allocator_test_base.cpp59 auto globalObjectStorage = thread_->GetVM()->GetGlobalObjectStorage(); in NonMovableLiveObjectAllocTest() local
86 auto globalObjectStorage = thread_->GetVM()->GetGlobalObjectStorage(); in NonMovableUnliveObjectAllocTest() local
110 auto globalObjectStorage = thread_->GetVM()->GetGlobalObjectStorage(); in MovableLiveObjectAllocTest() local
133 auto globalObjectStorage = thread_->GetVM()->GetGlobalObjectStorage(); in MovableUnliveObjectAllocTest() local
157 auto globalObjectStorage = thread_->GetVM()->GetGlobalObjectStorage(); in MuchObjectAllocTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp73 GlobalObjectStorage *globalObjectStorage = internalAllocator->New<GlobalObjectStorage>( in Create() local
Dmemory_manager.h134 GlobalObjectStorage *globalObjectStorage) in MemoryManager()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp130 auto globalObjectStorage = GetGlobalObjectStorage(); in PreAllocOOMErrorObject() local
290 auto globalObjectStorage = GetGlobalObjectStorage(); in GetOOMErrorObject() local