Home
last modified time | relevance | path

Searched refs:UNUSED_FE (Results 1 – 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java274 UNUSED_FE, enumConstant
DInstruction.java578 addOpcodeInfo(Opcode.UNUSED_FE, "unused-fe", 0xfe, new Format10x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h276 V(0xFE, UNUSED_FE, "unused-fe", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2404 case Instruction::UNUSED_FE ... Instruction::UNUSED_FF: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3462 case Instruction::UNUSED_FE ... Instruction::UNUSED_FF: in CodeFlowVerifyInstruction()