Searched refs:IPUT_SHORT_QUICK (Results 1 - 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java258 IPUT_SHORT_QUICK, enum constant in enum:Opcode
H A DInstruction.java562 addOpcodeInfo(Opcode.IPUT_SHORT_QUICK, "+iput-short-quick", 0xee, new Format22c());
/art/runtime/
H A Ddex_instruction_utils.h209 case Instruction::IGET_SHORT_QUICK: case Instruction::IPUT_SHORT_QUICK:
H A Dcommon_throws.cc450 case Instruction::IPUT_SHORT_QUICK:
H A Ddex_instruction_list.h259 V(0xEE, IPUT_SHORT_QUICK, "iput-short-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc156 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_SHORT_QUICK, true);
H A Dtype_inference.cc932 case Instruction::IPUT_SHORT_QUICK:
H A Dmir_graph.cc2234 case Instruction::IPUT_SHORT_QUICK:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK)
/art/compiler/dex/quick/
H A Dquick_compiler.cc376 Instruction::IPUT_SHORT_QUICK,
H A Dmir_to_lir.cc849 case Instruction::IPUT_SHORT_QUICK:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1446 HANDLE_INSTRUCTION_START(IPUT_SHORT_QUICK) {
H A Dinterpreter_switch_impl.cc1290 case Instruction::IPUT_SHORT_QUICK: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2871 case Instruction::IPUT_SHORT_QUICK:

Completed in 459 milliseconds