Searched refs:UNUSED_FA (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 270 UNUSED_FA, enumConstant
|
D | Instruction.java | 574 addOpcodeInfo(Opcode.UNUSED_FA, "unused-fa", 0xfa, new Format10x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 388 Instruction::UNUSED_FA,
|
/art/runtime/ |
D | dex_instruction_list.h | 271 V(0xFA, UNUSED_FA, "unused-fa", k10x, false, kUnknown, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2453 HANDLE_INSTRUCTION_START(UNUSED_FA) in ExecuteGotoImpl()
|