Searched refs:HandleGoto (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 288 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_mips.h | 345 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_mips64.h | 330 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_x86.h | 302 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.h | 341 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 409 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_mips64.cc | 3688 void InstructionCodeGeneratorMIPS64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::mips64::InstructionCodeGeneratorMIPS64 3721 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 3731 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|
D | code_generator_arm_vixl.cc | 2406 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm::InstructionCodeGeneratorARMVIXL 2444 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 2454 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|
D | code_generator_mips.cc | 4361 void InstructionCodeGeneratorMIPS::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::mips::InstructionCodeGeneratorMIPS 4390 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 4400 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|