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

  /art/runtime/mirror/
dex_cache.h 238 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/
compiler_driver.cc 121 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
    [all...]
  /art/runtime/
class_linker_test.cc 670 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_methods_), "resolvedMethods");
    [all...]

Completed in 101 milliseconds