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.cpp606 uint32_t garbageRate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp916 double garbageRate = static_cast<double>(region->GetGarbageBytes()) / region->Size(); in GetOldCollectionSetCandidatesNumber() local
933 double garbageRate = static_cast<double>(topRegion->GetGarbageBytes()) / topRegion->Size(); in HaveGarbageRegions() local
1852 …double garbageRate = static_cast<double>(garbageRegion->GetGarbageBytes()) / garbageRegion->GetAll… in AddOldRegionsMaxAllowed() local
1918 …auto garbageRate = static_cast<double>(garbageRegion->GetGarbageBytes()) / garbageRegion->GetAlloc… in AddMoreOldRegionsAccordingPauseTimeGoal() local