Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc241 size_t new_pos = 0; in RecordConstructorIPut() local
242 while (new_pos != arraysize(iputs) && iputs[new_pos].field_index != DexFile::kDexNoIndex16) { in RecordConstructorIPut()
243 ++new_pos; in RecordConstructorIPut()
245 if (new_pos == arraysize(iputs)) { in RecordConstructorIPut()
248 iputs[new_pos].field_index = field_index; in RecordConstructorIPut()
249 iputs[new_pos].arg = new_iput->VRegA_22c() - this_vreg; in RecordConstructorIPut()