Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc157 if (direct_calls_to_boot_[i] > 0) { in Dump()
160 DumpStat(direct_calls_to_boot_[i], in Dump()
161 resolved_methods_[i] + unresolved_methods_[i] - direct_calls_to_boot_[i], in Dump()
245 size_t direct_calls_to_boot_[kMaxInvokeType + 1] = {}; member in art::CompilerDriver::AOTCompilationStats