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

  /art/compiler/dex/quick/
gen_invoke.cc 738 for (; (next_reg <= last_arg_reg) && (next_arg < info->num_arg_words); next_reg++) {
774 if (info->num_arg_words == 0)
780 DCHECK_LE(info->num_arg_words, 5);
781 if (info->num_arg_words > 3) {
    [all...]
gen_common.cc 393 int elems = info->num_arg_words;
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc     [all...]
  /art/compiler/dex/
mir_graph.cc     [all...]
mir_graph.h 519 int num_arg_words; // Note: word count, not arg count. member in struct:art::CallInfo
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 478 for (int i = 0; i < info->num_arg_words;) {
    [all...]

Completed in 687 milliseconds