Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc70 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 0U); in TEST_F()
76 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 3U); in TEST_F()
160 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 0U); in TEST_F()
166 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 2U); in TEST_F()
241 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 8U); in TEST_F()
405 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 10U); in TEST_F()
558 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 8U); in TEST_F()
649 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 1U); in TEST_F()
Dload_store_analysis.cc160 if (heap_location_collector_.GetNumberOfHeapLocations() > kMaxNumberOfHeapLocations) { in Run()
Dload_store_elimination.cc100 GetNumberOfHeapLocations(), in LSEVisitor()
959 if (heap_location_collector.GetNumberOfHeapLocations() == 0) { in Run()
Dload_store_analysis.h205 size_t GetNumberOfHeapLocations() const { in GetNumberOfHeapLocations() function
Dscheduler_test.cc290 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 9U); in TestDependencyGraphOnAliasingArrayAccesses()
Dscheduler.cc204 heap_location_collector_->GetNumberOfHeapLocations() == 0) { in HasMemoryDependency()