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

  /art/runtime/mirror/
dex_cache.h 253 return OFFSET_OF_OBJECT_MEMBER(DexCache, num_resolved_types_);
539 uint64_t resolved_types_; // TypeDexCacheType*, array with num_resolved_types_ elements.
546 uint32_t num_resolved_types_; // Number of elements in the resolved_types_ array. member in class:art::mirror::FINAL
  /art/runtime/
class_linker_test.cc 669 addOffset(OFFSETOF_MEMBER(mirror::DexCache, num_resolved_types_), "numResolvedTypes");
    [all...]

Completed in 73 milliseconds