Searched defs:zero_vreg_mask (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dinline_method_analyser.cc164 uint16_t zero_vreg_mask) {
175 (zero_vreg_mask & (1u << args[forwarded])) == 0) {
179 if ((zero_vreg_mask & (1u << args[i])) == 0) {
212 uint16_t zero_vreg_mask,
239 if ((zero_vreg_mask & (1u << new_iput->VRegA_22c())) == 0u) {
304 uint16_t zero_vreg_mask = 0u; local
319 size_t forwarded = CountForwardedConstructorArguments(code_item, instruction, zero_vreg_mask);
350 zero_vreg_mask |= GetZeroVRegMask(instruction);
351 if ((zero_vreg_mask & (1u << this_vreg)) != 0u) {
357 if (!RecordConstructorIPut(method, instruction, this_vreg, zero_vreg_mask, iput
162 CountForwardedConstructorArguments(const DexFile::CodeItem* code_item, const Instruction* invoke_direct, uint16_t zero_vreg_mask) argument
[all...]

Completed in 44 milliseconds