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_64.h290 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_x86.h304 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm_vixl.h407 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.h341 void HandleGoto(HInstruction* got, HBasicBlock* successor);
Dcode_generator_arm64.cc3218 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm64::InstructionCodeGeneratorARM64
3247 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
3257 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86_64.cc1588 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86_64::InstructionCodeGeneratorX86_64
1617 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1627 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_x86.cc1441 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::x86::InstructionCodeGeneratorX86
1470 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
1480 HandleGoto(try_boundary, successor); in VisitTryBoundary()
Dcode_generator_arm_vixl.cc2545 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() function in art::arm::InstructionCodeGeneratorARMVIXL
2574 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
2584 HandleGoto(try_boundary, successor); in VisitTryBoundary()