Home
last modified time | relevance | path

Searched refs:dex_cache_resolved_methods_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method-inl.h88 return dex_cache_resolved_methods_.Read(); in GetDexCacheResolvedMethods()
466 dex_cache_resolved_methods_ = GcRoot<mirror::PointerArray>(new_dex_cache_methods); in SetDexCacheResolvedMethods()
491 visitor.VisitRootIfNonNull(dex_cache_resolved_methods_.AddressWithoutBarrier()); in VisitRoots()
499 dex_cache_resolved_methods_ = GcRoot<mirror::PointerArray>( in CopyFrom()
Dart_method.h225 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_methods_); in DexCacheResolvedMethodsOffset()
547 GcRoot<mirror::PointerArray> dex_cache_resolved_methods_; variable