Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc165 uint16_t zero_vreg_mask) { in CountForwardedConstructorArguments() argument
176 (zero_vreg_mask & (1u << args[forwarded])) == 0) { in CountForwardedConstructorArguments()
180 if ((zero_vreg_mask & (1u << args[i])) == 0) { in CountForwardedConstructorArguments()
213 uint16_t zero_vreg_mask, in RecordConstructorIPut() argument
240 if ((zero_vreg_mask & (1u << new_iput->VRegA_22c())) == 0u) { in RecordConstructorIPut()
305 uint16_t zero_vreg_mask = 0u; in DoAnalyseConstructor() local
322 … size_t forwarded = CountForwardedConstructorArguments(code_item, &instruction, zero_vreg_mask); in DoAnalyseConstructor()
352 zero_vreg_mask |= GetZeroVRegMask(&instruction); in DoAnalyseConstructor()
353 if ((zero_vreg_mask & (1u << this_vreg)) != 0u) { in DoAnalyseConstructor()
359 if (!RecordConstructorIPut(method, &instruction, this_vreg, zero_vreg_mask, iputs)) { in DoAnalyseConstructor()