Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java142 UNUSED_7A, enumConstant
DInstruction.java445 addOpcodeInfo(Opcode.UNUSED_7A, "unused-7a", 0x7a, 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/libdexfile/dex/
Ddex_instruction_list.h144 V(0x7A, UNUSED_7A, "unused-7a", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1811 HANDLER_ATTRIBUTES bool UNUSED_7A() { in UNUSED_7A() function
/art/compiler/optimizing/
Dinstruction_builder.cc3414 case Instruction::UNUSED_7A: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3466 case Instruction::UNUSED_7A: in CodeFlowVerifyInstruction()