Searched refs:UNUSED_3F (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 83 UNUSED_3F, enumConstant
|
D | Instruction.java | 384 addOpcodeInfo(Opcode.UNUSED_3F, "unused-3f", 0x3f, new Format10x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 85 V(0x3F, UNUSED_3F, "unused-3f", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3111 case Instruction::UNUSED_3F: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2524 ALWAYS_INLINE void UNUSED_3F() REQUIRES_SHARED(Locks::mutator_lock_) { in UNUSED_3F() function
|