Home | History | Annotate | Download | only in dex

Lines Matching refs:num_arg_words

1463   info->num_arg_words = mir->ssa_rep->num_uses;
1464 info->args = (info->num_arg_words == 0) ? NULL : static_cast<RegLocation*>
1465 (arena_->Alloc(sizeof(RegLocation) * info->num_arg_words, kArenaAllocMisc));
1466 for (int i = 0; i < info->num_arg_words; i++) {