Home
last modified time | relevance | path

Searched defs:garbageRate (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_log_test.cpp178 uint32_t garbageRate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
203 uint32_t garbageRate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
Dexplicit_gc_test.cpp82 uint32_t garbageRate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
Dg1gc_test.cpp612 uint32_t garbageRate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp876 double garbageRate = static_cast<double>(topRegion->GetGarbageBytes()) / topRegion->Size(); in HaveGarbageRegions() local
1630 …double garbageRate = static_cast<double>(garbageRegion->GetGarbageBytes()) / garbageRegion->GetAll… in AddOldRegionsMaxAllowed() local
1682 …double garbageRate = static_cast<double>(garbageRegion->GetGarbageBytes()) / garbageRegion->GetAll… in AddOldRegionsAccordingPauseTimeGoal() local