Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc163 if (direct_methods_to_boot_[i] > 0) { in Dump()
166 DumpStat(direct_methods_to_boot_[i], in Dump()
167 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i], in Dump()
245 size_t direct_methods_to_boot_[kMaxInvokeType + 1] = {}; member in art::CompilerDriver::AOTCompilationStats