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

/art/runtime/mirror/
H A Ddex_cache.h238 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_methods_);
529 uint64_t resolved_methods_; // ArtMethod*, array with num_resolved_methods_ elements. member in class:art::mirror::FINAL
536 uint32_t num_resolved_methods_; // Number of elements in the resolved_methods_ array.
/art/compiler/driver/
H A Dcompiler_driver.cc121 resolved_methods_[i] = 0;
140 resolved_methods_[kVirtual] + unresolved_methods_[kVirtual] +
141 resolved_methods_[kInterface] + unresolved_methods_[kInterface] -
148 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str());
153 resolved_methods_[i] + unresolved_methods_[i] - virtual_made_direct_[i],
160 resolved_methods_[i] + unresolved_methods_[i] - direct_calls_to_boot_[i],
167 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
248 size_t resolved_methods_[kMaxInvokeType + 1]; member in class:art::CompilerDriver::AOTCompilationStats

Completed in 43 milliseconds