Home
last modified time | relevance | path

Searched defs:heapManager (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dread_only_space_test.cpp92 auto heapManager = common::BaseRuntime::GetInstance()->GetHeapManager(); in HWTEST_F_L0() local
124 auto heapManager = common::BaseRuntime::GetInstance()->GetHeapManager(); in HWTEST_F_L0() local
163 auto heapManager = baseRuntime->GetHeapManager(); in HWTEST_F_L0() local
189 auto heapManager = baseRuntime->GetHeapManager(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp30 auto *heapManager = new HeapManager(); in CreateHeapManager() local
56 …HeapManager *heapManager = CreateHeapManager(internalAllocator, heapOptions, gcType, memStats.get(… in Create() local
Dmemory_manager.h132 explicit MemoryManager(InternalAllocatorPtr internalAllocator, HeapManager *heapManager, GC *gc, in MemoryManager()
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp56 mem::HeapManager *heapManager = thread->GetVM()->GetHeapManager(); in CreateObject() local
168 mem::HeapManager *heapManager) in AllocateObjectAndGetDst()
191 mem::HeapManager *heapManager = thread->GetVM()->GetHeapManager(); in ShallowCopy() local
Dsignal_handler.cpp174 auto heapManager = thread->GetVM()->GetHeapManager(); in InAllocatedCodeRange() local
Dthread.cpp43 mem::HeapManager *heapManager = thread->GetVM()->GetHeapManager(); in GetInternalAllocator() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtest_utils.h39 mem::HeapManager *heapManager = vm->GetHeapManager(); in AllocateNullifiedPayloadString() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.cpp315 auto *heapManager = vm->GetHeapManager(); in CreateClass() local
Dcore_vm.cpp85 mem::HeapManager *heapManager = mm_->GetHeapManager(); in PandaCoreVM() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.cpp51 PandaString GCStats::GetFinalStatistics(HeapManager *heapManager) in GetFinalStatistics()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp173 auto heapManager = mm_->GetHeapManager(); local