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

  /art/runtime/
art_method-inl.h 88 return dex_cache_resolved_methods_.Read();
466 dex_cache_resolved_methods_ = GcRoot<mirror::PointerArray>(new_dex_cache_methods);
491 visitor.VisitRootIfNonNull(dex_cache_resolved_methods_.AddressWithoutBarrier());
499 dex_cache_resolved_methods_ = GcRoot<mirror::PointerArray>(
art_method.h 225 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_methods_);
547 GcRoot<mirror::PointerArray> dex_cache_resolved_methods_; member in class:art::FINAL

Completed in 898 milliseconds