Searched refs:UNUSED_F8 (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 268 UNUSED_F8, enumConstant
|
D | Instruction.java | 572 addOpcodeInfo(Opcode.UNUSED_F8, "unused-f8", 0xf8, new Format10x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 270 V(0xF8, UNUSED_F8, "unused-f8", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3123 case Instruction::UNUSED_F8: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2572 ALWAYS_INLINE void UNUSED_F8() REQUIRES_SHARED(Locks::mutator_lock_) { in UNUSED_F8() function
|