HomeSort by relevance Sort by last modified time
    Searched full:direct_methods_to_boot_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/driver/
compiler_driver.cc 93 direct_methods_to_boot_[i] = 0;
133 if (direct_methods_to_boot_[i] > 0) {
136 DumpStat(direct_methods_to_boot_[i],
137 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
245 direct_methods_to_boot_[type]++;
267 direct_methods_to_boot_[type]++;
309 size_t direct_methods_to_boot_[kMaxInvokeType + 1]; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]

Completed in 62 milliseconds