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

  /art/runtime/mirror/
dex_cache.cc 50 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_), resolved_types);
dex_cache.h 136 OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_));
163 HeapReference<ObjectArray<Class>> resolved_types_; member in class:art::mirror::FINAL
  /art/compiler/driver/
compiler_driver.cc 88 resolved_types_(0), unresolved_types_(0),
105 DumpStat(resolved_types_, unresolved_types_, "types resolved");
177 resolved_types_++;
298 size_t resolved_types_; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]
  /art/runtime/
class_linker_test.cc 577 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_types_), "resolvedTypes"));
    [all...]

Completed in 735 milliseconds