Searched refs:IPUT_OBJECT_QUICK (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | dex_instruction_utils.h | 111 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()
|
D | dex_instruction.cc | 277 case IPUT_OBJECT_QUICK: in DumpString()
|
D | common_throws.cc | 452 case Instruction::IPUT_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 253 …V(0xE8, IPUT_OBJECT_QUICK, "iput-object-quick", k22c, false, kFieldRef, kContinue | kThrow | kStor…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 252 IPUT_OBJECT_QUICK, enumConstant
|
D | Instruction.java | 555 addOpcodeInfo(Opcode.IPUT_OBJECT_QUICK, "+iput-object-quick", 0xe8, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 164 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_OBJECT_QUICK, true); in Compile()
|
D | type_inference.cc | 928 case Instruction::IPUT_OBJECT_QUICK: in InitializeSRegs()
|
D | mir_graph.cc | 2230 case Instruction::IPUT_OBJECT_QUICK: in GetStartUseIndex()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 370 Instruction::IPUT_OBJECT_QUICK,
|
D | mir_to_lir.cc | 827 case Instruction::IPUT_OBJECT_QUICK: in CompileDalvikInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1460 HANDLE_INSTRUCTION_START(IPUT_OBJECT_QUICK) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1304 case Instruction::IPUT_OBJECT_QUICK: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2877 case Instruction::IPUT_OBJECT_QUICK: in CodeFlowVerifyInstruction()
|