Searched refs:IGET_OBJECT_QUICK (Results 1 - 13 of 13) sorted by path

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc120 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_QUICK, false);
H A Dtype_inference.cc909 case Instruction::IGET_OBJECT_QUICK:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc778 case Instruction::IGET_OBJECT_QUICK:
H A Dquick_compiler.cc367 Instruction::IGET_OBJECT_QUICK,
/art/runtime/
H A Dcommon_throws.cc420 case Instruction::IGET_OBJECT_QUICK: {
H A Ddex_instruction.cc254 case IGET_OBJECT_QUICK:
H A Ddex_instruction_list.h250 V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
H A Ddex_instruction_utils.h201 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1314 HANDLE_INSTRUCTION_START(IGET_OBJECT_QUICK) {
H A Dinterpreter_switch_impl.cc1134 case Instruction::IGET_OBJECT_QUICK: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2844 case Instruction::IGET_OBJECT_QUICK:
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java552 addOpcodeInfo(Opcode.IGET_OBJECT_QUICK, "+iget-object-quick", 0xe5, new Format22c());
H A DOpcode.java249 IGET_OBJECT_QUICK, enum constant in enum:Opcode

Completed in 47 milliseconds