Searched refs:GOTO_16 (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 122 Instruction::GOTO_16, 3, in TEST_F() 124 Instruction::GOTO_16, 0xFFFF); in TEST_F()
|
D | dominator_test.cc | 115 Instruction::GOTO_16, 3, in TEST_F() 117 Instruction::GOTO_16, 0xFFFF); in TEST_F()
|
D | codegen_test.cc | 134 Instruction::GOTO_16, 3, in TEST_F() 136 Instruction::GOTO_16, 0xFFFF); in TEST_F()
|
D | instruction_builder.cc | 2716 case Instruction::GOTO_16: in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 61 GOTO_16, enumConstant
|
D | Instruction.java | 362 addOpcodeInfo(Opcode.GOTO_16, "goto/16", 0x29, new Format20t()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 385 case Instruction::GOTO_16: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 63 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 759 HANDLER_ATTRIBUTES bool GOTO_16() { in GOTO_16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1464 case Instruction::GOTO_16: in GetBranchOffset() 2583 case Instruction::GOTO_16: in CodeFlowVerifyInstruction()
|