Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h315 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_x86.h336 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm_vixl.h433 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.h390 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.cc3486 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm64::InstructionCodeGeneratorARM64
3515 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
3525 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86_64.cc1711 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86_64::InstructionCodeGeneratorX86_64
1740 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1750 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_arm_vixl.cc2628 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm::InstructionCodeGeneratorARMVIXL
2657 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
2667 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86.cc1635 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86::InstructionCodeGeneratorX86
1664 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1674 HandleGoto(try_boundary, successor); in VisitTryBoundary()