Searched refs:HasHeapStores (Results 1 – 4 of 4) sorted by relevance
104 ASSERT_FALSE(heap_location_collector.HasHeapStores()); in TEST_F()110 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()202 ASSERT_FALSE(heap_location_collector.HasHeapStores()); in TEST_F()208 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()287 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()455 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()615 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
281 if (!heap_location_collector_.HasHeapStores()) { in Run()
290 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TestDependencyGraphOnAliasingArrayAccesses()
349 bool HasHeapStores() const { in HasHeapStores() function