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 | 140 Instruction::GOTO_16, 3, in TEST_F() 142 Instruction::GOTO_16, 0xFFFF); in TEST_F()
|
D | instruction_builder.cc | 2231 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 | 362 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/verifier/ |
D | method_verifier.cc | 1417 case Instruction::GOTO_16: in GetBranchOffset() 2576 case Instruction::GOTO_16: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 940 ALWAYS_INLINE void GOTO_16() REQUIRES_SHARED(Locks::mutator_lock_) { in GOTO_16() function
|