Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc170 uint16_t this_vreg = args[0]; in CountForwardedConstructorArguments() local
171 DCHECK_EQ(this_vreg, code_item->registers_size_ - code_item->ins_size_); // Checked by verifier. in CountForwardedConstructorArguments()
174 args[forwarded] == this_vreg + forwarded && in CountForwardedConstructorArguments()
211 uint16_t this_vreg, in RecordConstructorIPut() argument
247 iputs[new_pos].arg = new_iput->VRegA_22c() - this_vreg; in RecordConstructorIPut()
302 uint16_t this_vreg = code_item->registers_size_ - code_item->ins_size_; in DoAnalyseConstructor() local
350 if ((zero_vreg_mask & (1u << this_vreg)) != 0u) { in DoAnalyseConstructor()
355 DCHECK_EQ(instruction->VRegB_22c(), this_vreg); in DoAnalyseConstructor()
356 if (!RecordConstructorIPut(method, instruction, this_vreg, zero_vreg_mask, iputs)) { in DoAnalyseConstructor()