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 237 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_methods_);
538 uint64_t resolved_methods_; // ArtMethod*, array with num_resolved_methods_ elements. member in class:art::mirror::FINAL
545 uint32_t num_resolved_methods_; // Number of elements in the resolved_methods_ array.
  /art/compiler/driver/
compiler_driver.cc 115 resolved_methods_[i] = 0;
134 resolved_methods_[kVirtual] + unresolved_methods_[kVirtual] +
135 resolved_methods_[kInterface] + unresolved_methods_[kInterface] -
142 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str());
147 resolved_methods_[i] + unresolved_methods_[i] - virtual_made_direct_[i],
154 resolved_methods_[i] + unresolved_methods_[i] - direct_calls_to_boot_[i],
161 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
242 size_t resolved_methods_[kMaxInvokeType + 1]; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]

Completed in 1479 milliseconds