Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h465 inline void ArtMethod::SetDexCacheResolvedMethods(mirror::PointerArray* new_dex_cache_methods) { in SetDexCacheResolvedMethods() argument
466 dex_cache_resolved_methods_ = GcRoot<mirror::PointerArray>(new_dex_cache_methods); in SetDexCacheResolvedMethods()
Dart_method.h239 ALWAYS_INLINE void SetDexCacheResolvedMethods(mirror::PointerArray* new_dex_cache_methods)