Home
last modified time | relevance | path

Searched defs:got (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dgraph_test.cc42 HInstruction* got = new (allocator) HGoto(); in createGotoBlock() local
293 HInstruction* got = block->GetLastInstruction(); in TEST() local
Dcode_generator_mips64.cc2203 void InstructionCodeGeneratorMIPS64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
2222 void LocationsBuilderMIPS64::VisitGoto(HGoto* got) { in VisitGoto()
2226 void InstructionCodeGeneratorMIPS64::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_arm64.cc2768 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
2787 void LocationsBuilderARM64::VisitGoto(HGoto* got) { in VisitGoto()
2791 void InstructionCodeGeneratorARM64::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_mips.cc2580 void LocationsBuilderMIPS::VisitGoto(HGoto* got) { in VisitGoto()
2584 void InstructionCodeGeneratorMIPS::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
2603 void InstructionCodeGeneratorMIPS::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_arm.cc1209 void InstructionCodeGeneratorARM::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
1230 void LocationsBuilderARM::VisitGoto(HGoto* got) { in VisitGoto()
1234 void InstructionCodeGeneratorARM::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_x86_64.cc1226 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
1246 void LocationsBuilderX86_64::VisitGoto(HGoto* got) { in VisitGoto()
1250 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_x86.cc1125 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto()
1145 void LocationsBuilderX86::VisitGoto(HGoto* got) { in VisitGoto()
1149 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) { in VisitGoto()