Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc210 const Instruction* new_iput, in RecordConstructorIPut() argument
215 DCHECK(IsInstructionIPut(new_iput->Opcode())); in RecordConstructorIPut()
216 uint32_t field_index = new_iput->VRegC_22c(); in RecordConstructorIPut()
238 if ((zero_vreg_mask & (1u << new_iput->VRegA_22c())) == 0u) { in RecordConstructorIPut()
247 iputs[new_pos].arg = new_iput->VRegA_22c() - this_vreg; in RecordConstructorIPut()