Home
last modified time | relevance | path

Searched refs:UNUSED_43 (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java87 UNUSED_43, enumConstant
DInstruction.java388 addOpcodeInfo(Opcode.UNUSED_43, "unused-43", 0x43, 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/runtime/
Ddex_instruction_list.h89 V(0x43, UNUSED_43, "unused-43", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2402 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3460 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in CodeFlowVerifyInstruction()