Home
last modified time | relevance | path

Searched refs:UNUSED_FF (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java275 UNUSED_FF; enumConstant
DInstruction.java579 addOpcodeInfo(Opcode.UNUSED_FF, "unused-ff", 0xff, new Format10x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java143 || Opcode.isBetween(newOpcode, Opcode.UNUSED_EF, Opcode.UNUSED_FF)) { in generateMutation()
/art/compiler/dex/quick/
Dquick_compiler.cc393 Instruction::UNUSED_FF,
/art/runtime/
Ddex_instruction_list.h276 V(0xFF, UNUSED_FF, "unused-ff", k10x, false, kUnknown, 0, kVerifyError)
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2473 HANDLE_INSTRUCTION_START(UNUSED_FF) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2221 case Instruction::UNUSED_F3 ... Instruction::UNUSED_FF: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2899 case Instruction::UNUSED_F3 ... Instruction::UNUSED_FF: in CodeFlowVerifyInstruction()