Searched defs:direct_methods_to_boot_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc98 direct_methods_to_boot_[i] = 0;
138 if (direct_methods_to_boot_[i] > 0) {
141 DumpStat(direct_methods_to_boot_[i],
142 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
250 direct_methods_to_boot_[type]++;
272 direct_methods_to_boot_[type]++;
314 size_t direct_methods_to_boot_[kMaxInvokeType + 1]; member in class:art::CompilerDriver::AOTCompilationStats

Completed in 23 milliseconds