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

  /art/runtime/mirror/
dex_cache.h 229 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_);
539 uint64_t resolved_types_; // TypeDexCacheType*, array with num_resolved_types_ elements. member in class:art::mirror::FINAL
546 uint32_t num_resolved_types_; // Number of elements in the resolved_types_ array.
  /art/compiler/driver/
compiler_driver.cc 109 resolved_types_(0), unresolved_types_(0),
124 DumpStat(resolved_types_, unresolved_types_, "types resolved");
176 resolved_types_++;
230 size_t resolved_types_; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]

Completed in 542 milliseconds