Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_test.cc43 HInstruction* got = new (allocator) HGoto(); in createGotoBlock() local
292 HInstruction* got = block->GetLastInstruction(); in TEST() local
Dcode_generator_x86_64.cc362 void LocationsBuilderX86_64::VisitGoto(HGoto* got) { in VisitGoto()
366 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_arm.cc523 void LocationsBuilderARM::VisitGoto(HGoto* got) { in VisitGoto()
527 void InstructionCodeGeneratorARM::VisitGoto(HGoto* got) { in VisitGoto()
Dcode_generator_x86.cc481 void LocationsBuilderX86::VisitGoto(HGoto* got) { in VisitGoto()
485 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) { in VisitGoto()