Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java135 UNUSED_73, enumConstant
DInstruction.java437 addOpcodeInfo(Opcode.UNUSED_73, "unused-73", 0x73, new Format10x()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h68 opcode != Instruction::UNUSED_73; in IsInstructionInvoke()
Ddex_instruction_list.h137 V(0x73, UNUSED_73, "unused-73", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1805 HANDLER_ATTRIBUTES bool UNUSED_73() { in UNUSED_73() function
/art/compiler/optimizing/
Dinstruction_builder.cc3752 case Instruction::UNUSED_73: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3329 case Instruction::UNUSED_73: in CodeFlowVerifyInstruction()