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/compiler/dex/quick/
Dquick_compiler.cc392 Instruction::UNUSED_FE,
/art/runtime/
Ddex_instruction_list.h275 V(0xFE, UNUSED_FE, "unused-fe", k10x, false, kUnknown, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2469 HANDLE_INSTRUCTION_START(UNUSED_FE) in ExecuteGotoImpl()