Searched refs:UNUSED_FF (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 275 UNUSED_FF; enumConstant
|
D | Instruction.java | 579 addOpcodeInfo(Opcode.UNUSED_FF, "unused-ff", 0xff, new Format10x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 143 || Opcode.isBetween(newOpcode, Opcode.UNUSED_EF, Opcode.UNUSED_FF)) { in generateMutation()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 393 Instruction::UNUSED_FF,
|
/art/runtime/ |
D | dex_instruction_list.h | 276 V(0xFF, UNUSED_FF, "unused-ff", k10x, false, kUnknown, 0, kVerifyError)
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2473 HANDLE_INSTRUCTION_START(UNUSED_FF) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2221 case Instruction::UNUSED_F3 ... Instruction::UNUSED_FF: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2899 case Instruction::UNUSED_F3 ... Instruction::UNUSED_FF: in CodeFlowVerifyInstruction()
|