Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h113 inline bool ArtMethod::HasSameDexCacheResolvedMethods(mirror::PointerArray* other_cache) { in HasSameDexCacheResolvedMethods() argument
114 return GetDexCacheResolvedMethods() == other_cache; in HasSameDexCacheResolvedMethods()
138 mirror::ObjectArray<mirror::Class>* other_cache) { in HasSameDexCacheResolvedTypes() argument
139 return GetDexCacheResolvedTypes() == other_cache; in HasSameDexCacheResolvedTypes()
Dart_method.h244 bool HasSameDexCacheResolvedMethods(mirror::PointerArray* other_cache)
254 bool HasSameDexCacheResolvedTypes(mirror::ObjectArray<mirror::Class>* other_cache)