Searched refs:IPUT_QUICK (Results 1 - 14 of 14) sorted by path

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc140 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_QUICK, true);
H A Dmir_graph.cc2229 case Instruction::IPUT_QUICK:
H A Dtype_inference.cc927 case Instruction::IPUT_QUICK:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc832 case Instruction::IPUT_QUICK:
H A Dquick_compiler.cc368 Instruction::IPUT_QUICK,
/art/runtime/
H A Dcommon_throws.cc446 case Instruction::IPUT_QUICK:
H A Ddex_instruction.cc276 case IPUT_QUICK:
H A Ddex_instruction_list.h251 V(0xE6, IPUT_QUICK, "iput-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
H A Ddex_instruction_utils.h197 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1418 HANDLE_INSTRUCTION_START(IPUT_QUICK) {
H A Dinterpreter_switch_impl.cc1262 case Instruction::IPUT_QUICK: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2859 case Instruction::IPUT_QUICK:
4108 // For an IPUT_QUICK, we now test for final flag of the field.
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java553 addOpcodeInfo(Opcode.IPUT_QUICK, "+iput-quick", 0xe6, new Format22c());
H A DOpcode.java250 IPUT_QUICK, enum constant in enum:Opcode

Completed in 111 milliseconds