Home
last modified time | relevance | path

Searched defs:edenLength (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp47 CollectionSet CreateCollectionSet(size_t edenLength, size_t oldLength = 0) in CreateCollectionSet()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h229 void SetDesiredEdenLength(size_t edenLength) in SetDesiredEdenLength()
Dg1_analytics.cpp104 auto edenLength = collectionSet.Young().size(); in ReportCollectionEnd() local
Dg1-gc.cpp2227 auto edenLengthPredicate = [this, predictionError, maxPause](size_t edenLength) { in CalculateDesiredEdenLengthByPauseDuration()
2243 auto edenLength = minEdenLength + delta; in CalculateDesiredEdenLengthByPauseDuration() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h348 void SetDesiredEdenLength(size_t edenLength) in SetDesiredEdenLength()
Dregion_space.h669 void SetDesiredEdenLength(size_t edenLength) in SetDesiredEdenLength()