Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc211 const Instruction* new_iput, in RecordConstructorIPut() argument
216 DCHECK(IsInstructionIPut(new_iput->Opcode())); in RecordConstructorIPut()
217 uint32_t field_index = new_iput->VRegC_22c(); in RecordConstructorIPut()
240 if ((zero_vreg_mask & (1u << new_iput->VRegA_22c())) == 0u) { in RecordConstructorIPut()
249 iputs[new_pos].arg = new_iput->VRegA_22c() - this_vreg; in RecordConstructorIPut()