Home
last modified time | relevance | path

Searched refs:HandleGoto (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h288 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_mips.h345 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_mips64.h330 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_x86.h302 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.h341 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm_vixl.h409 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_mips64.cc3688 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()
Dcode_generator_arm_vixl.cc2406 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()
Dcode_generator_mips.cc4361 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()