Searched defs:HandleGoto (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc2203 void InstructionCodeGeneratorMIPS64::HandleGoto(HInstruction* got, HBasicBlock* successor) { function in class:art::mips64::InstructionCodeGeneratorMIPS64
2227 HandleGoto(got, got->GetSuccessor());
2237 HandleGoto(try_boundary, successor);
H A Dcode_generator_arm64.cc2768 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { function in class:art::arm64::InstructionCodeGeneratorARM64
2792 HandleGoto(got, got->GetSuccessor());
2802 HandleGoto(try_boundary, successor);
H A Dcode_generator_mips.cc2584 void InstructionCodeGeneratorMIPS::HandleGoto(HInstruction* got, HBasicBlock* successor) { function in class:art::mips::InstructionCodeGeneratorMIPS
2604 HandleGoto(got, got->GetSuccessor());
2614 HandleGoto(try_boundary, successor);
H A Dcode_generator_arm.cc1209 void InstructionCodeGeneratorARM::HandleGoto(HInstruction* got, HBasicBlock* successor) { function in class:art::arm::InstructionCodeGeneratorARM
1235 HandleGoto(got, got->GetSuccessor());
1245 HandleGoto(try_boundary, successor);
H A Dcode_generator_x86.cc1125 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { function in class:art::x86::InstructionCodeGeneratorX86
1150 HandleGoto(got, got->GetSuccessor());
1160 HandleGoto(try_boundary, successor);
H A Dcode_generator_x86_64.cc1226 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
1251 HandleGoto(got, got->GetSuccessor());
1261 HandleGoto(try_boundary, successor);

Completed in 106 milliseconds