HomeSort by relevance Sort by last modified time
    Searched defs:resolved_methods_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
dex_cache.h 231 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_methods_);
573 uint64_t resolved_methods_; // ArtMethod*, array with num_resolved_methods_ elements. member in class:art::mirror::final
581 uint32_t num_resolved_methods_; // Number of elements in the resolved_methods_ array.
  /art/dex2oat/driver/
compiler_driver.cc 129 resolved_methods_[kVirtual] + unresolved_methods_[kVirtual] +
130 resolved_methods_[kInterface] + unresolved_methods_[kInterface] -
147 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str());
152 resolved_methods_[i] + unresolved_methods_[i] - virtual_made_direct_[i],
159 resolved_methods_[i] + unresolved_methods_[i] - direct_calls_to_boot_[i],
166 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
240 size_t resolved_methods_[kMaxInvokeType + 1] = {}; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]

Completed in 868 milliseconds