Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dgc_log_test.cpp171 uint32_t garbage_rate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
199 uint32_t garbage_rate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
Dg1gc_test.cpp593 uint32_t garbage_rate = Runtime::GetOptions().GetG1RegionGarbageRateThreshold(); in TEST_F() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp690 double garbage_rate = static_cast<double>(regions[0]->GetGarbageBytes()) / regions[0]->Size(); in HaveGarbageRegions() local
1254 …double garbage_rate = static_cast<double>(garbage_region->GetGarbageBytes()) / garbage_region->Siz… in GetCollectibleRegions() local