Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java271 UNUSED_FB, enumConstant
DInstruction.java575 addOpcodeInfo(Opcode.UNUSED_FB, "unused-fb", 0xfb, new Format10x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/
Dquick_compiler.cc389 Instruction::UNUSED_FB,
/art/runtime/
Ddex_instruction_list.h272 V(0xFB, UNUSED_FB, "unused-fb", k10x, false, kUnknown, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2457 HANDLE_INSTRUCTION_START(UNUSED_FB) in ExecuteGotoImpl()