Searched refs:UNUSED_7A (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 142 UNUSED_7A, enumConstant
|
D | Instruction.java | 445 addOpcodeInfo(Opcode.UNUSED_7A, "unused-7a", 0x7a, new Format10x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 142 || Opcode.isBetween(newOpcode, Opcode.UNUSED_79, Opcode.UNUSED_7A) in generateMutation()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 260 Instruction::UNUSED_7A,
|
/art/runtime/ |
D | dex_instruction_list.h | 143 V(0x7A, UNUSED_7A, "unused-7a", k10x, false, kUnknown, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2421 HANDLE_INSTRUCTION_START(UNUSED_7A) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2223 case Instruction::UNUSED_7A: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2901 case Instruction::UNUSED_7A: in CodeFlowVerifyInstruction()
|