Home
last modified time | relevance | path

Searched refs:GOTO_16 (Results 1 – 10 of 10) 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.cc134 Instruction::GOTO_16, 3, in TEST_F()
136 Instruction::GOTO_16, 0xFFFF); in TEST_F()
Dinstruction_builder.cc2716 case Instruction::GOTO_16: in ProcessDexInstruction()
/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.cc385 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) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h759 HANDLER_ATTRIBUTES bool GOTO_16() { in GOTO_16() function
/art/runtime/verifier/
Dmethod_verifier.cc1464 case Instruction::GOTO_16: in GetBranchOffset()
2583 case Instruction::GOTO_16: in CodeFlowVerifyInstruction()