Searched refs:UNUSED_FE (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 274 UNUSED_FE, enumConstant
|
D | Instruction.java | 578 addOpcodeInfo(Opcode.UNUSED_FE, "unused-fe", 0xfe, new Format10x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 392 Instruction::UNUSED_FE,
|
/art/runtime/ |
D | dex_instruction_list.h | 275 V(0xFE, UNUSED_FE, "unused-fe", k10x, false, kUnknown, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2469 HANDLE_INSTRUCTION_START(UNUSED_FE) in ExecuteGotoImpl()
|