Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc97 heap_values_for_(graph->GetBlocks().size(), in LSEVisitor()
334 ScopedArenaVector<HInstruction*>& heap_values = heap_values_for_[block_id]; in HandleLoopSideEffects()
337 heap_values_for_[pre_header->GetBlockId()]; in HandleLoopSideEffects()
390 ScopedArenaVector<HInstruction*>& heap_values = heap_values_for_[block->GetBlockId()]; in MergePredecessorValues()
409 HInstruction* pred_value = heap_values_for_[predecessor->GetBlockId()][i]; in MergePredecessorValues()
467 heap_values_for_[predecessor->GetBlockId()]; in MergePredecessorValues()
487 DCHECK_EQ(heap_values_for_[predecessors[0]->GetBlockId()][i], merged_value); in MergePredecessorValues()
547 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitGetLocation()
627 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitSetLocation()
730 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitDeoptimize()
[all …]