Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java141 UNUSED_79, enumConstant
DInstruction.java444 addOpcodeInfo(Opcode.UNUSED_79, "unused-79", 0x79, 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.h143 V(0x79, UNUSED_79, "unused-79", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/compiler/optimizing/
Dinstruction_builder.cc3116 case Instruction::UNUSED_79: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2544 ALWAYS_INLINE void UNUSED_79() REQUIRES_SHARED(Locks::mutator_lock_) { in UNUSED_79() function
/art/runtime/verifier/
Dmethod_verifier.cc3457 case Instruction::UNUSED_79: in CodeFlowVerifyInstruction()