Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc134 metrics::MetricsBase<uint64_t>* full_gc_count = metrics->FullGcCount(); in TEST_F() local
173 EXPECT_PRED2(AnyIsFalse, full_gc_count->IsNull(), young_gc_count->IsNull()); in TEST_F()
202 EXPECT_FALSE(full_gc_count->IsNull()); in TEST_F()
232 EXPECT_TRUE(full_gc_count->IsNull()); in TEST_F()