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

  /art/runtime/mirror/
dex_cache.h 230 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_);
530 uint64_t resolved_types_; // TypeDexCacheType*, array with num_resolved_types_ elements. member in class:art::mirror::FINAL
537 uint32_t num_resolved_types_; // Number of elements in the resolved_types_ array.
  /art/compiler/driver/
compiler_driver.cc 115 resolved_types_(0), unresolved_types_(0),
130 DumpStat(resolved_types_, unresolved_types_, "types resolved");
182 resolved_types_++;
236 size_t resolved_types_; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]
  /art/runtime/
class_linker_test.cc 671 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_types_), "resolvedTypes");
    [all...]

Completed in 76 milliseconds