Home
last modified time | relevance | path

Searched refs:UNUSED_E3 (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java247 UNUSED_E3, enumConstant
DInstruction.java550 addOpcodeInfo(Opcode.UNUSED_E3, "unused-e3", 0xe3, new Format10x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.UNUSED_E3, Opcode.UNUSED_FF)) { in generateMutation()
/art/libdexfile/dex/
Ddex_instruction_list.h249 V(0xE3, UNUSED_E3, "unused-e3", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1640 HANDLER_ATTRIBUTES bool UNUSED_E3() { in UNUSED_E3() function
/art/compiler/optimizing/
Dinstruction_builder.cc3565 case Instruction::UNUSED_E3 ... Instruction::UNUSED_F9: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3407 case Instruction::UNUSED_E3 ... Instruction::UNUSED_F9: in CodeFlowVerifyInstruction()