HomeSort by relevance Sort by last modified time
    Searched refs:num_arg_words (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
mir_graph.cc     [all...]
mir_graph.h 533 size_t num_arg_words; // Note: word count, not arg count. member in struct:art::CallInfo
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 701 for (size_t next_arg = start; next_arg < info->num_arg_words;) {
759 if (info->num_arg_words == 0u)
774 if ((stack_map_start < info->num_arg_words) && info->args[stack_map_start].high_word) {
779 size_t regs_left_to_pass_via_stack = info->num_arg_words - stack_map_start;
    [all...]
gen_common.cc 527 size_t elems = info->num_arg_words;
    [all...]

Completed in 820 milliseconds