Searched refs:HandleGoto (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 372 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_x86.h | 387 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_riscv64.h | 378 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 513 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.h | 422 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.cc | 3757 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm64::InstructionCodeGeneratorARM64 3786 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 3796 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|
D | code_generator_riscv64.cc | 2007 void InstructionCodeGeneratorRISCV64::HandleGoto(HInstruction* instruction, in HandleGoto() function in art::riscv64::InstructionCodeGeneratorRISCV64 3733 HandleGoto(instruction, instruction->GetSuccessor()); in VisitGoto() 5267 HandleGoto(instruction, successor); in VisitTryBoundary()
|
D | code_generator_x86_64.cc | 2096 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86_64::InstructionCodeGeneratorX86_64 2125 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 2135 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|
D | code_generator_x86.cc | 1902 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86::InstructionCodeGeneratorX86 1931 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 1941 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|
D | code_generator_arm_vixl.cc | 2829 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm::InstructionCodeGeneratorARMVIXL 2858 HandleGoto(got, got->GetSuccessor()); in VisitGoto() 2868 HandleGoto(try_boundary, successor); in VisitTryBoundary()
|