Home
last modified time | relevance | path

Searched refs:GetHugeObjectSpace (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/mem/
Dmem_controller.cpp69 …size_t hugeObjectAllocSizeSinceGC = heap_->GetHugeObjectSpace()->GetHeapObjectSize() - hugeObjectA… in StartCalculationBeforeGC()
116 hugeObjectAllocSizeSinceGC_ = heap_->GetHugeObjectSpace()->GetHeapObjectSize(); in StopCalculationAfterGC()
Dconcurrent_sweeper.cpp65 heap_->GetHugeObjectSpace()->Sweeping(); in SweepPhases()
Dgc_stats.cpp141 << sizeToMB(heap_->GetHugeObjectSpace()->GetCommittedSize()) << "MB"; in PrintHeapStatisticResult()
Dheap.h82 HugeObjectSpace *GetHugeObjectSpace() const in GetHugeObjectSpace() function
/ark/js_runtime/ecmascript/tests/
Dhuge_object_test.cpp118 … heap->GetHugeObjectSpace()->IterateOverObjects(objVerifier); // newspace reference the old space in HWTEST_F_L0()