Searched refs:IPUT_BYTE_QUICK (Results 1 - 13 of 13) sorted by last modified time

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc148 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BYTE_QUICK, true);
H A Dmir_graph.cc2232 case Instruction::IPUT_BYTE_QUICK:
H A Dtype_inference.cc930 case Instruction::IPUT_BYTE_QUICK:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc837 case Instruction::IPUT_BYTE_QUICK:
H A Dquick_compiler.cc374 Instruction::IPUT_BYTE_QUICK,
/art/runtime/
H A Dcommon_throws.cc448 case Instruction::IPUT_BYTE_QUICK:
H A Ddex_instruction_list.h257 V(0xEC, IPUT_BYTE_QUICK, "iput-byte-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
H A Ddex_instruction_utils.h205 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1432 HANDLE_INSTRUCTION_START(IPUT_BYTE_QUICK) {
H A Dinterpreter_switch_impl.cc1276 case Instruction::IPUT_BYTE_QUICK: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2865 case Instruction::IPUT_BYTE_QUICK:
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java560 addOpcodeInfo(Opcode.IPUT_BYTE_QUICK, "+iput-byte-quick", 0xec, new Format22c());
H A DOpcode.java256 IPUT_BYTE_QUICK, enum constant in enum:Opcode

Completed in 35 milliseconds