Searched refs:num_arg_words (Results 1 – 4 of 4) sorted by relevance
701 for (size_t next_arg = start; next_arg < info->num_arg_words;) { in GenDalvikArgsFlushPromoted()759 if (info->num_arg_words == 0u) in GenDalvikArgs()774 if ((stack_map_start < info->num_arg_words) && info->args[stack_map_start].high_word) { in GenDalvikArgs()779 size_t regs_left_to_pass_via_stack = info->num_arg_words - stack_map_start; in GenDalvikArgs()
527 size_t elems = info->num_arg_words; in GenFilledNewArray()
1749 info->num_arg_words = mir->ssa_rep->num_uses; in NewMemCallInfo()1750 info->args = (info->num_arg_words == 0) ? nullptr : in NewMemCallInfo()1751 arena_->AllocArray<RegLocation>(info->num_arg_words, kArenaAllocMisc); in NewMemCallInfo()1752 for (size_t i = 0; i < info->num_arg_words; i++) { in NewMemCallInfo()
533 size_t num_arg_words; // Note: word count, not arg count. member