Searched refs:UNUSED_FD (Results 1 – 4 of 4) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 273 UNUSED_FD, enumConstant
|
D | Instruction.java | 577 addOpcodeInfo(Opcode.UNUSED_FD, "unused-fd", 0xfd, new Format10x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 275 V(0xFD, UNUSED_FD, "unused-fd", k10x, false, kIndexUnknown, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2564 HANDLE_INSTRUCTION_START(UNUSED_FD) in ExecuteGotoImpl()
|