Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java82 UNUSED_3E, enumConstant
DInstruction.java383 addOpcodeInfo(Opcode.UNUSED_3E, "unused-3e", 0x3e, new Format10x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java141 || Opcode.isBetween(newOpcode, Opcode.UNUSED_3E, Opcode.UNUSED_43) in generateMutation()
/art/compiler/dex/quick/
Dquick_compiler.cc200 Instruction::UNUSED_3E,
/art/runtime/
Ddex_instruction_list.h83 V(0x3E, UNUSED_3E, "unused-3e", k10x, false, kUnknown, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2393 HANDLE_INSTRUCTION_START(UNUSED_3E) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2220 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2898 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in CodeFlowVerifyInstruction()