Lines Matching refs:GetBlockId
339 int block_id = block->GetBlockId(); in HandleLoopSideEffects()
343 heap_values_for_[pre_header->GetBlockId()]; in HandleLoopSideEffects()
396 ScopedArenaVector<HInstruction*>& heap_values = heap_values_for_[block->GetBlockId()]; in MergePredecessorValues()
415 HInstruction* pred_value = heap_values_for_[predecessor->GetBlockId()][i]; in MergePredecessorValues()
473 heap_values_for_[predecessor->GetBlockId()]; in MergePredecessorValues()
493 DCHECK_EQ(heap_values_for_[predecessors[0]->GetBlockId()][i], merged_value); in MergePredecessorValues()
553 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitGetLocation()
599 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitSetLocation()
697 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitDeoptimize()
736 heap_values_for_[block->GetBlockId()]; in HandleExit()
761 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in HandleInvoke()
820 heap_values_for_[new_instance->GetBlock()->GetBlockId()]; in VisitNewInstance()
848 heap_values_for_[new_array->GetBlock()->GetBlockId()]; in VisitNewArray()