Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h256 HANDLER_ATTRIBUTES bool HandleGoto(int32_t offset) { in HandleGoto() function
819 return HandleGoto(A()); in GOTO()
823 return HandleGoto(A()); in GOTO_16()
827 return HandleGoto(A()); in GOTO_32()
/art/compiler/optimizing/
Dcode_generator_x86.h327 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_x86_64.h315 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm_vixl.h431 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.h387 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.cc3405 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm64::InstructionCodeGeneratorARM64
3434 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
3444 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86_64.cc1638 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86_64::InstructionCodeGeneratorX86_64
1667 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1677 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86.cc1469 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86::InstructionCodeGeneratorX86
1498 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1508 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_arm_vixl.cc2599 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm::InstructionCodeGeneratorARMVIXL
2628 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
2638 HandleGoto(try_boundary, successor); in VisitTryBoundary()