Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc72 ASSERT_FALSE(heap_location_collector.HasHeapStores()); in TEST_F()
78 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
169 ASSERT_FALSE(heap_location_collector.HasHeapStores()); in TEST_F()
175 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
253 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
420 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
579 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
Dload_store_analysis.cc161 if (!heap_location_collector_.HasHeapStores()) { in Run()
Dload_store_analysis.h283 bool HasHeapStores() const { in HasHeapStores() function
Dscheduler_test.cc289 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TestDependencyGraphOnAliasingArrayAccesses()