Searched refs:GetNumberOfHeapLocations (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination.cc | 606 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 …]
|
D | load_store_analysis_test.cc | 103 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()
|
D | load_store_analysis.cc | 276 if (heap_location_collector_.GetNumberOfHeapLocations() > kMaxNumberOfHeapLocations) { in Run()
|
D | scheduler_test.cc | 289 ASSERT_EQ(heap_location_collector.GetNumberOfHeapLocations(), 9U); in TestDependencyGraphOnAliasingArrayAccesses()
|
D | load_store_analysis.h | 278 size_t GetNumberOfHeapLocations() const { in GetNumberOfHeapLocations() function
|
D | scheduler.cc | 201 heap_location_collector_->GetNumberOfHeapLocations() == 0) { in HasMemoryDependency()
|