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

/art/compiler/driver/
H A Dcompiler_driver.cc125 direct_methods_to_boot_[i] = 0;
163 if (direct_methods_to_boot_[i] > 0) {
166 DumpStat(direct_methods_to_boot_[i],
167 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
252 size_t direct_methods_to_boot_[kMaxInvokeType + 1]; member in class:art::CompilerDriver::AOTCompilationStats

Completed in 18 milliseconds