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()
348 ScopedArenaVector<HInstruction*>& heap_values = heap_values_for_[block_id]; in HandleLoopSideEffects()
351 heap_values_for_[pre_header->GetBlockId()]; in HandleLoopSideEffects()
404 ScopedArenaVector<HInstruction*>& heap_values = heap_values_for_[block->GetBlockId()]; in MergePredecessorValues()
423 HInstruction* pred_value = heap_values_for_[predecessor->GetBlockId()][i]; in MergePredecessorValues()
481 heap_values_for_[predecessor->GetBlockId()]; in MergePredecessorValues()
501 DCHECK_EQ(heap_values_for_[predecessors[0]->GetBlockId()][i], merged_value); in MergePredecessorValues()
561 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitGetLocation()
641 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitSetLocation()
741 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitDeoptimize()
[all …]