Searched refs:UNUSED_42 (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 86 UNUSED_42, enumConstant
|
D | Instruction.java | 387 addOpcodeInfo(Opcode.UNUSED_42, "unused-42", 0x42, new Format10x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 88 V(0x42, UNUSED_42, "unused-42", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1799 HANDLER_ATTRIBUTES bool UNUSED_42() { in UNUSED_42() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3138 case Instruction::UNUSED_42: in ProcessDexInstruction()
|