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

  /art/runtime/
art_method-inl.h 122 return dex_cache_resolved_types_.Read();
471 dex_cache_resolved_types_ = GcRoot<mirror::ObjectArray<mirror::Class>>(new_dex_cache_types);
492 visitor.VisitRootIfNonNull(dex_cache_resolved_types_.AddressWithoutBarrier());
501 dex_cache_resolved_types_ = GcRoot<mirror::ObjectArray<mirror::Class>>(
art_method.h 229 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_types_);
550 GcRoot<mirror::ObjectArray<mirror::Class>> dex_cache_resolved_types_; member in class:art::FINAL

Completed in 37 milliseconds