Searched refs:UNUSED_7A (Results 1 - 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java142 UNUSED_7A, enum constant in enum:Opcode
H A DInstruction.java445 addOpcodeInfo(Opcode.UNUSED_7A, "unused-7a", 0x7a, new Format10x());
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DRandomInstructionGenerator.java142 || Opcode.isBetween(newOpcode, Opcode.UNUSED_79, Opcode.UNUSED_7A)
/art/compiler/dex/quick/
H A Dquick_compiler.cc260 Instruction::UNUSED_7A,
/art/runtime/
H A Ddex_instruction_list.h143 V(0x7A, UNUSED_7A, "unused-7a", k10x, false, kUnknown, 0, kVerifyError) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2421 HANDLE_INSTRUCTION_START(UNUSED_7A)
H A Dinterpreter_switch_impl.cc2223 case Instruction::UNUSED_7A:
/art/runtime/verifier/
H A Dmethod_verifier.cc2901 case Instruction::UNUSED_7A:

Completed in 67 milliseconds