Home
last modified time | relevance | path

Searched refs:GetBlock (Results 51 – 56 of 56) sorted by relevance

123

/art/compiler/optimizing/
Dcode_generator_x86_64.cc1644 HBasicBlock* block = got->GetBlock(); in HandleGoto()
1657 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1898 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1900 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
5742 instruction->GetBlock()->GetLoopInformation() != nullptr) { in VisitParallelMove()
5762 HBasicBlock* block = instruction->GetBlock(); in VisitSuspendCheck()
7516 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch()
7548 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
7753 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
Dcode_generator_x86.cc1475 HBasicBlock* block = got->GetBlock(); in HandleGoto()
1488 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto()
1809 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1811 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
6371 instruction->GetBlock()->GetLoopInformation() != nullptr) { in VisitParallelMove()
6391 HBasicBlock* block = instruction->GetBlock(); in VisitSuspendCheck()
8275 switch_instr->GetBlock(), in VisitPackedSwitch()
8302 switch_instr->GetBlock(), in VisitX86PackedSwitch()
8478 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
Dregister_allocator_linear_scan.cc280 instruction->GetBlock()->RemoveInstruction(instruction); in ProcessInstruction()
Dcode_generator_arm_vixl.cc1830 const HBasicBlock* const block = instruction->GetBlock(); in GetFinalLabel()
1907 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable()
2605 HBasicBlock* block = got->GetBlock(); in HandleGoto()
2791 vixl32::Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
2793 vixl32::Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
6977 instruction->GetBlock()->GetLoopInformation() != nullptr) { in VisitParallelMove()
6993 HBasicBlock* block = instruction->GetBlock(); in VisitSuspendCheck()
9572 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch()
9590 if (!codegen_->GoesToNextBlock(switch_instr->GetBlock(), default_block)) { in VisitPackedSwitch()
Dintrinsics_arm_vixl.cc2256 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPToFPCallLocations()
2281 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPFPToFPCallLocations()
Dintrinsics_arm64.cc2028 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in VisitSystemArrayCopyChar()
2267 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in VisitSystemArrayCopy()

123