Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc71 ASSERT_FALSE(heap_location_collector.HasHeapStores()); in TEST_F()
77 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
167 ASSERT_FALSE(heap_location_collector.HasHeapStores()); in TEST_F()
173 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
250 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
416 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
574 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TEST_F()
Dload_store_analysis.cc165 if (!heap_location_collector_.HasHeapStores()) { in Run()
Dscheduler_test.cc288 ASSERT_TRUE(heap_location_collector.HasHeapStores()); in TestDependencyGraphOnAliasingArrayAccesses()
Dload_store_analysis.h278 bool HasHeapStores() const { in HasHeapStores() function