Home
last modified time | relevance | path

Searched defs:aliveBytes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.cpp191 void HeuristicGCPolicy::RecordAliveSizeAfterLastGC(size_t aliveBytes) in RecordAliveSizeAfterLastGC()
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp266 void HeapImpl::RecordAliveSizeAfterLastGC(size_t aliveBytes) in RecordAliveSizeAfterLastGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp457 size_t aliveBytes = region->GetLiveBytes(); in NeedToPromote() local