Home
last modified time | relevance | path

Searched refs:IPUT_OBJECT_QUICK (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h111 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) || in IsInstructionIGetQuickOrIPutQuick()
201 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc277 case IPUT_OBJECT_QUICK: in DumpString()
Dcommon_throws.cc452 case Instruction::IPUT_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h253 …V(0xE8, IPUT_OBJECT_QUICK, "iput-object-quick", k22c, false, kFieldRef, kContinue | kThrow | kStor…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java252 IPUT_OBJECT_QUICK, enumConstant
DInstruction.java555 addOpcodeInfo(Opcode.IPUT_OBJECT_QUICK, "+iput-object-quick", 0xe8, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Ddex_to_dex_compiler.cc164 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_OBJECT_QUICK, true); in Compile()
Dtype_inference.cc928 case Instruction::IPUT_OBJECT_QUICK: in InitializeSRegs()
Dmir_graph.cc2230 case Instruction::IPUT_OBJECT_QUICK: in GetStartUseIndex()
/art/compiler/dex/quick/
Dquick_compiler.cc370 Instruction::IPUT_OBJECT_QUICK,
Dmir_to_lir.cc827 case Instruction::IPUT_OBJECT_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1460 HANDLE_INSTRUCTION_START(IPUT_OBJECT_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1304 case Instruction::IPUT_OBJECT_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2877 case Instruction::IPUT_OBJECT_QUICK: in CodeFlowVerifyInstruction()