Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method-inl.h108 inline bool ArtMethod::HasSameDexCacheResolvedMethods(ObjectArray<ArtMethod>* other_cache) { in HasSameDexCacheResolvedMethods() argument
109 return GetDexCacheResolvedMethods() == other_cache; in HasSameDexCacheResolvedMethods()
137 inline bool ArtMethod::HasSameDexCacheResolvedTypes(ObjectArray<Class>* other_cache) { in HasSameDexCacheResolvedTypes() argument
138 return GetDexCacheResolvedTypes() == other_cache; in HasSameDexCacheResolvedTypes()
Dart_method.h220 bool HasSameDexCacheResolvedMethods(ObjectArray<ArtMethod>* other_cache)
229 bool HasSameDexCacheResolvedTypes(ObjectArray<Class>* other_cache)