Home
last modified time | relevance | path

Searched refs:space_for_out_arg (Results 1 – 1 of 1) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc579 bool space_for_out_arg = false; in ProcessDexFile() local
590 space_for_out_arg = args < kMaxArgCount - 1; in ProcessDexFile()
595 if (space_for_out_arg && inst->VRegA_11x() < 16) { in ProcessDexFile()
601 space_for_out_arg = false; in ProcessDexFile()