Searched refs:UNUSED_F9 (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 269 UNUSED_F9, enumConstant
|
D | Instruction.java | 573 addOpcodeInfo(Opcode.UNUSED_F9, "unused-f9", 0xf9, new Format10x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 271 V(0xF9, UNUSED_F9, "unused-f9", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3124 case Instruction::UNUSED_F9: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2576 ALWAYS_INLINE void UNUSED_F9() REQUIRES_SHARED(Locks::mutator_lock_) { in UNUSED_F9() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3456 case Instruction::UNUSED_F3 ... Instruction::UNUSED_F9: in CodeFlowVerifyInstruction()
|