Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc171 uint16_t this_vreg = args[0]; in CountForwardedConstructorArguments() local
172 DCHECK_EQ(this_vreg, code_item->RegistersSize() - code_item->InsSize()); // Checked by verifier. in CountForwardedConstructorArguments()
175 args[forwarded] == this_vreg + forwarded && in CountForwardedConstructorArguments()
212 uint16_t this_vreg, in RecordConstructorIPut() argument
249 iputs[new_pos].arg = new_iput->VRegA_22c() - this_vreg; in RecordConstructorIPut()
304 uint16_t this_vreg = code_item->RegistersSize() - code_item->InsSize(); in DoAnalyseConstructor() local
353 if ((zero_vreg_mask & (1u << this_vreg)) != 0u) { in DoAnalyseConstructor()
358 DCHECK_EQ(instruction.VRegB_22c(), this_vreg); in DoAnalyseConstructor()
359 if (!RecordConstructorIPut(method, &instruction, this_vreg, zero_vreg_mask, iputs)) { in DoAnalyseConstructor()