Home
last modified time | relevance | path

Searched refs:UNUSED_79 (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java141 UNUSED_79, enumConstant
DInstruction.java444 addOpcodeInfo(Opcode.UNUSED_79, "unused-79", 0x79, new Format10x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java142 || Opcode.isBetween(newOpcode, Opcode.UNUSED_79, Opcode.UNUSED_7A) in generateMutation()
/art/compiler/dex/quick/
Dquick_compiler.cc259 Instruction::UNUSED_79,
/art/runtime/
Ddex_instruction_list.h142 V(0x79, UNUSED_79, "unused-79", k10x, false, kUnknown, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2417 HANDLE_INSTRUCTION_START(UNUSED_79) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2222 case Instruction::UNUSED_79: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2900 case Instruction::UNUSED_79: in CodeFlowVerifyInstruction()