Home
last modified time | relevance | path

Searched refs:edenToYoungSize (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_evacuator.cpp172 size_t edenToYoungSize = 0; in EvacuateRegion() local
177 &promotedSize, &allocator, &trackSet, &edenToYoungSize, inHeapProfiler](void *mem) { in EvacuateRegion()
200 edenToYoungSize += size; in EvacuateRegion()
228 edenToYoungSize_.fetch_add(edenToYoungSize); in EvacuateRegion()
H A Dgc_stats.cpp453 size_t edenToYoungSize = heap_->GetEdenToYoungSize(); in RecordStatisticAfterGC() local
454 SetRecordData(RecordData::EDEN_ALIVE_SIZE, edenToYoungSize); in RecordStatisticAfterGC()
455 IncreaseRecordData(RecordData::EDEN_TOTAL_ALIVE, edenToYoungSize); in RecordStatisticAfterGC()

Completed in 3 milliseconds