Searched refs:direct_methods_to_boot_ (Results 1 – 1 of 1) sorted by relevance
98 direct_methods_to_boot_[i] = 0; in AOTCompilationStats()138 if (direct_methods_to_boot_[i] > 0) { in Dump()141 DumpStat(direct_methods_to_boot_[i], in Dump()142 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i], in Dump()250 direct_methods_to_boot_[type]++; in DirectMethodsToBoot()272 direct_methods_to_boot_[type]++; in ProcessedInvoke()314 size_t direct_methods_to_boot_[kMaxInvokeType + 1]; member in art::CompilerDriver::AOTCompilationStats