Home
last modified time | relevance | path

Searched refs:full_gc_freed_bytes (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap_test.cc143 metrics::MetricsBase<uint64_t>* full_gc_freed_bytes = metrics->FullGcFreedBytes(); in TEST_F() local
186 EXPECT_PRED2(AnyIsFalse, full_gc_freed_bytes->IsNull(), young_gc_freed_bytes->IsNull()); in TEST_F()
210 EXPECT_FALSE(full_gc_freed_bytes->IsNull()); in TEST_F()
240 EXPECT_TRUE(full_gc_freed_bytes->IsNull()); in TEST_F()