Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp30 auto *heapManager = new HeapManager(); in CreateHeapManager() local
55 …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.cpp55 mem::HeapManager *heapManager = thread->GetVM()->GetHeapManager(); in CreateObject() local
167 mem::HeapManager *heapManager) in AllocateObjectAndGetDst()
190 mem::HeapManager *heapManager = thread->GetVM()->GetHeapManager(); in ShallowCopy() local
Dsignal_handler.cpp206 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.cpp158 auto heapManager = mm_->GetHeapManager(); local