• Home
  • Raw
  • Download

Lines Matching refs:GetBlock

130       instruction->GetBlock()->InsertInstructionBefore(type_conversion, instruction);  in AddTypeConversionIfNecessary()
181 type_conversion->GetBlock()->Dominates(load2->GetBlock()) && in TryToReuseTypeConversion()
184 (load2->GetBlock() == type_conversion->GetBlock() || in TryToReuseTypeConversion()
189 load2->GetBlock()->RemoveInstruction(load2); in TryToReuseTypeConversion()
238 load->GetBlock()->RemoveInstruction(load); in RemoveInstructions()
244 store->GetBlock()->RemoveInstruction(store); in RemoveInstructions()
258 new_instance->GetBlock()->RemoveInstruction(new_instance); in RemoveInstructions()
422 !singleton_ref->GetBlock()->Dominates(predecessor)) { in MergePredecessorValues()
485 DCHECK((singleton_ref->GetBlock() == block) || in MergePredecessorValues()
486 !singleton_ref->GetBlock()->Dominates(block)) in MergePredecessorValues()
498 merged_value->GetBlock()->Dominates(block)); in MergePredecessorValues()
524 prev->GetBlock()->RemoveInstruction(prev); in TryRemovingNullCheck()
553 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitGetLocation()
599 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitSetLocation()
606 instruction->GetBlock()->RemoveInstruction(instruction); in VisitSetLocation()
609 HLoopInformation* loop_info = instruction->GetBlock()->GetLoopInformation(); in VisitSetLocation()
697 heap_values_for_[instruction->GetBlock()->GetBlockId()]; in VisitDeoptimize()
747 HandleExit(instruction->GetBlock()); in VisitReturn()
751 HandleExit(return_void->GetBlock()); in VisitReturnVoid()
755 HandleExit(throw_instruction->GetBlock()); in VisitThrow()
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()