Home
last modified time | relevance | path

Searched refs:UNUSED_3E (Results 1 – 7 of 7) 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/libdexfile/dex/
Ddex_instruction_list.h84 V(0x3E, UNUSED_3E, "unused-3e", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1783 HANDLER_ATTRIBUTES bool UNUSED_3E() { in UNUSED_3E() function
/art/compiler/optimizing/
Dinstruction_builder.cc3407 case Instruction::UNUSED_3E: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3463 case Instruction::UNUSED_3E ... Instruction::UNUSED_43: in CodeFlowVerifyInstruction()