Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc109 bool AnyIsFalse(bool x, bool y) { return !x || !y; } in AnyIsFalse() function
172 AnyIsFalse, full_gc_collection_time->IsNull(), young_gc_collection_time->IsNull()); in TEST_F()
173 EXPECT_PRED2(AnyIsFalse, full_gc_count->IsNull(), young_gc_count->IsNull()); in TEST_F()
174 EXPECT_PRED2(AnyIsFalse, full_gc_count_delta->IsNull(), young_gc_count_delta->IsNull()); in TEST_F()
175 EXPECT_PRED2(AnyIsFalse, full_gc_throughput->IsNull(), young_gc_throughput->IsNull()); in TEST_F()
177 AnyIsFalse, full_gc_tracing_throughput->IsNull(), young_gc_tracing_throughput->IsNull()); in TEST_F()
178 EXPECT_PRED2(AnyIsFalse, full_gc_throughput_avg->IsNull(), young_gc_throughput_avg->IsNull()); in TEST_F()
179 EXPECT_PRED2(AnyIsFalse, in TEST_F()
182 EXPECT_PRED2(AnyIsFalse, full_gc_scanned_bytes->IsNull(), young_gc_scanned_bytes->IsNull()); in TEST_F()
183 EXPECT_PRED2(AnyIsFalse, in TEST_F()
[all …]