Searched refs:HandleGoto (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 379 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_x86.h | 396 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 496 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.h | 431 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.cc | 3671 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()
|
D | code_generator_x86_64.cc | 1965 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()
|
D | code_generator_x86.cc | 1821 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()
|
D | code_generator_arm_vixl.cc | 2780 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()
|