Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc606 phi_placeholder.GetBlockId() * heap_location_collector_.GetNumberOfHeapLocations() + in PhiPlaceholderIndex()
610 << " hls: " << heap_location_collector_.GetNumberOfHeapLocations(); in PhiPlaceholderIndex()
637 size_t id = off % heap_location_collector_.GetNumberOfHeapLocations(); in GetPhiPlaceholderAt()
640 size_t blk_id = off / heap_location_collector_.GetNumberOfHeapLocations(); in GetPhiPlaceholderAt()
1456 heap_location_collector_.GetNumberOfHeapLocations()), in LSEVisitor()
1487 field_infos_(heap_location_collector_.GetNumberOfHeapLocations(), in LSEVisitor()
1546 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in PrepareLoopRecords()
1615 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in MergePredecessorRecords()
1915 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in TryReplacingLoopPhiPlaceholderWithDefault()
2457 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in ProcessLoopPhiWithUnknownInput()
[all …]
Dload_store_analysis_test.cc103 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 0U); in TEST_F()
109 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 3U); in TEST_F()
201 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 0U); in TEST_F()
207 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 2U); in TEST_F()
286 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 8U); in TEST_F()
454 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 10U); in TEST_F()
614 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 8U); in TEST_F()
707 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 1U); in TEST_F()
Dload_store_analysis.cc276 if (heap_location_collector_.GetNumberOfHeapLocations() > kMaxNumberOfHeapLocations) { in Run()
Dscheduler_test.cc289 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 9U); in TestDependencyGraphOnAliasingArrayAccesses()
Dload_store_analysis.h278 size_t GetNumberOfHeapLocations() const { in GetNumberOfHeapLocations() function
Dscheduler.cc201 heap_location_collector_->GetNumberOfHeapLocations() == 0) { in HasMemoryDependency()