Searched refs:UNUSED_3E (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 82 UNUSED_3E, enumConstant
|
D | Instruction.java | 383 addOpcodeInfo(Opcode.UNUSED_3E, "unused-3e", 0x3e, new Format10x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 141 || Opcode.isBetween(newOpcode, Opcode.UNUSED_3E, Opcode.UNUSED_43) in generateMutation()
|
/art/runtime/ |
D | dex_instruction_list.h | 84 V(0x3E, UNUSED_3E, "unused-3e", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2402 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3460 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in CodeFlowVerifyInstruction()
|