Home
last modified time | relevance | path

Searched refs:GOTO_16 (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dpretty_printer_test.cc122 Instruction::GOTO_16, 3, in TEST_F()
124 Instruction::GOTO_16, 0xFFFF); in TEST_F()
Ddominator_test.cc115 Instruction::GOTO_16, 3, in TEST_F()
117 Instruction::GOTO_16, 0xFFFF); in TEST_F()
Dcodegen_test.cc140 Instruction::GOTO_16, 3, in TEST_F()
142 Instruction::GOTO_16, 0xFFFF); in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java61 GOTO_16, enumConstant
DInstruction.java362 addOpcodeInfo(Opcode.GOTO_16, "goto/16", 0x29, new Format20t()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc362 case Instruction::GOTO_16: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h63 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \