Searched refs:UNUSED_FD (Results 1 – 5 of 5) 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/compiler/dex/quick/ |
D | quick_compiler.cc | 391 Instruction::UNUSED_FD,
|
/art/runtime/ |
D | dex_instruction_list.h | 274 V(0xFD, UNUSED_FD, "unused-fd", k10x, false, kUnknown, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2465 HANDLE_INSTRUCTION_START(UNUSED_FD) in ExecuteGotoImpl()
|