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 85 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_);
224 uint64_t resolved_types_; // GcRoot<Class>*, array with num_resolved_types_ elements. member in class:art::mirror::FINAL
228 uint32_t num_resolved_types_; // Number of elements in the resolved_types_ array.
  /art/compiler/driver/
compiler_driver.cc 104 resolved_types_(0), unresolved_types_(0),
121 DumpStat(resolved_types_, unresolved_types_, "types resolved");
193 resolved_types_++;
314 size_t resolved_types_; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]
  /art/runtime/
class_linker_test.cc 654 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_types_), "resolvedTypes");
    [all...]

Completed in 1317 milliseconds