Searched refs:UNUSED_E3 (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 247 UNUSED_E3, enumConstant
|
D | Instruction.java | 550 addOpcodeInfo(Opcode.UNUSED_E3, "unused-e3", 0xe3, new Format10x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 139 || Opcode.isBetween(newOpcode, Opcode.UNUSED_E3, Opcode.UNUSED_FF)) { in generateMutation()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 249 V(0xE3, UNUSED_E3, "unused-e3", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1640 HANDLER_ATTRIBUTES bool UNUSED_E3() { in UNUSED_E3() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3565 case Instruction::UNUSED_E3 ... Instruction::UNUSED_F9: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3407 case Instruction::UNUSED_E3 ... Instruction::UNUSED_F9: in CodeFlowVerifyInstruction()
|