Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java250 IPUT_QUICK, enumConstant
DInstruction.java553 addOpcodeInfo(Opcode.IPUT_QUICK, "+iput-quick", 0xe6, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h197 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc276 case IPUT_QUICK: in DumpString()
Dcommon_throws.cc446 case Instruction::IPUT_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h251 …V(0xE6, IPUT_QUICK, "iput-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCField…
/art/compiler/dex/
Ddex_to_dex_compiler.cc140 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_QUICK, true); in Compile()
Dtype_inference.cc927 case Instruction::IPUT_QUICK: in InitializeSRegs()
Dmir_graph.cc2229 case Instruction::IPUT_QUICK: in GetStartUseIndex()
/art/compiler/dex/quick/
Dquick_compiler.cc368 Instruction::IPUT_QUICK,
Dmir_to_lir.cc832 case Instruction::IPUT_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1418 HANDLE_INSTRUCTION_START(IPUT_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1262 case Instruction::IPUT_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2859 case Instruction::IPUT_QUICK: in CodeFlowVerifyInstruction()