Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc71 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 0U); in TEST_F()
77 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 3U); in TEST_F()
168 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 0U); in TEST_F()
174 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 2U); in TEST_F()
252 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 8U); in TEST_F()
419 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 10U); in TEST_F()
578 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 8U); in TEST_F()
670 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 1U); in TEST_F()
Dload_store_analysis.cc156 if (heap_location_collector_.GetNumberOfHeapLocations() > kMaxNumberOfHeapLocations) { in Run()
Dload_store_elimination.cc99 GetNumberOfHeapLocations(), in LSEVisitor()
926 if (heap_location_collector.GetNumberOfHeapLocations() == 0) { in Run()
Dload_store_analysis.h217 size_t GetNumberOfHeapLocations() const { in GetNumberOfHeapLocations() function
Dscheduler_test.cc288 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 9U); in TestDependencyGraphOnAliasingArrayAccesses()
Dscheduler.cc207 heap_location_collector_->GetNumberOfHeapLocations() == 0) { in HasMemoryDependency()