Searched refs:UNUSED_7A (Results 1 – 7 of 7) 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 | 138 || Opcode.isBetween(newOpcode, Opcode.UNUSED_79, Opcode.UNUSED_7A) in generateMutation()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 144 V(0x7A, UNUSED_7A, "unused-7a", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1636 HANDLER_ATTRIBUTES bool UNUSED_7A() { in UNUSED_7A() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3564 case Instruction::UNUSED_7A: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3410 case Instruction::UNUSED_7A: in CodeFlowVerifyInstruction()
|