Searched refs:HandleGoto (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 256 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/ |
D | code_generator_x86_64.h | 290 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_x86.h | 304 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 407 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.h | 341 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.cc | 3218 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()
|
D | code_generator_x86_64.cc | 1588 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()
|
D | code_generator_x86.cc | 1441 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()
|
D | code_generator_arm_vixl.cc | 2545 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()
|