Home
last modified time | relevance | path

Searched refs:GetMachineCodeSpace (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp51 heap_->GetMachineCodeSpace()->PrepareSweeping(); in Sweep()
63 heap_->GetMachineCodeSpace()->Sweep(); in Sweep()
Dmem_controller.cpp93 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
Dgc_stats.cpp135 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()
137 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
Dheap.cpp1342 static_cast<int>(GetMachineCodeSpace()->GetHeapObjectSize()); in CollectGarbage()
2659 MachineCodeSpace *machineCodeSpace = GetMachineCodeSpace(); in GetMachineCodeObject()
2670 MachineCodeSpace *machineCodeSpace = GetMachineCodeSpace(); in CalCallSiteInfo()
Dheap.h976 MachineCodeSpace *GetMachineCodeSpace() const in GetMachineCodeSpace() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compiler.cpp235 uintptr_t mem = heap->GetMachineCodeSpace()->JitFortAllocate(&desc); in AllocFromFortAndCopy()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp574 heap_->GetMachineCodeSpace()->IncreaseLiveObjectSize(machineCodeSpaceSize); in AllocateToDifferentSpaces()
672 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1008 size_t machineCodeCapacity = heap->GetMachineCodeSpace()->GetInitialCapacity(); in Initialize()
1202 auto machineCodeSpace = heap->GetMachineCodeSpace(); in DeserializeObjectExcludeString()
1505 auto machineCodeSpace = heap->GetMachineCodeSpace(); in Relocate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp315 thread->GetEcmaVM()->GetHeap()->GetMachineCodeSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()