Searched refs:UNUSED_3E (Results 1 – 7 of 7) 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/libdexfile/dex/ |
D | dex_instruction_list.h | 84 V(0x3E, UNUSED_3E, "unused-3e", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3110 case Instruction::UNUSED_3E: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2520 ALWAYS_INLINE void UNUSED_3E() REQUIRES_SHARED(Locks::mutator_lock_) { in UNUSED_3E() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3455 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in CodeFlowVerifyInstruction()
|