Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp92 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC() local
97 size_t codeSpaceAllocSize = codeSpaceAllocAccumulatedSize - codeSpaceAllocAccumulatedSize_; in StartCalculationBeforeGC()
103 codeSpaceAllocAccumulatedSize_ = codeSpaceAllocAccumulatedSize; in StartCalculationBeforeGC()