Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h379 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_x86.h396 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm_vixl.h496 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.h431 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.cc3671 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm64::InstructionCodeGeneratorARM64
3700 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
3710 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86_64.cc1965 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86_64::InstructionCodeGeneratorX86_64
1994 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
2004 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86.cc1821 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86::InstructionCodeGeneratorX86
1850 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1860 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_arm_vixl.cc2780 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm::InstructionCodeGeneratorARMVIXL
2809 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
2819 HandleGoto(try_boundary, successor); in VisitTryBoundary()