Searched refs:other_cache (Results 1 – 2 of 2) sorted by relevance
113 inline bool ArtMethod::HasSameDexCacheResolvedMethods(mirror::PointerArray* other_cache) { in HasSameDexCacheResolvedMethods() argument114 return GetDexCacheResolvedMethods() == other_cache; in HasSameDexCacheResolvedMethods()138 mirror::ObjectArray<mirror::Class>* other_cache) { in HasSameDexCacheResolvedTypes() argument139 return GetDexCacheResolvedTypes() == other_cache; in HasSameDexCacheResolvedTypes()
244 bool HasSameDexCacheResolvedMethods(mirror::PointerArray* other_cache)254 bool HasSameDexCacheResolvedTypes(mirror::ObjectArray<mirror::Class>* other_cache)