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/runtime/ |
D | dex_instruction_list.h | 276 V(0xFE, UNUSED_FE, "unused-fe", k10x, kIndexUnknown, 0, 0, kVerifyError) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2404 case Instruction::UNUSED_FE ... Instruction::UNUSED_FF: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3462 case Instruction::UNUSED_FE ... Instruction::UNUSED_FF: in CodeFlowVerifyInstruction()
|