Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc104 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()
Dload_store_analysis.cc281 if (!heap_location_collector_.HasHeapStores()) { in Run()
Dscheduler_test.cc290 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TestDependencyGraphOnAliasingArrayAccesses()
Dload_store_analysis.h349 bool HasHeapStores() const { in HasHeapStores() function