Searched refs:resolved_methods (Results 1 – 3 of 3) sorted by relevance
231 auto* resolved_methods = GetResolvedMethodsArray(); in SetResolvedType() local232 if (resolved_methods != nullptr) { in SetResolvedType()241 resolved_methods->Set(new_index, ¤t_method); in SetResolvedType()
1300 mirror::NativeArray<ArtMethod>* resolved_methods = cache->GetResolvedMethodsArray(); in CopyDexCache() local1303 resolved_methods); in CopyDexCache()1305 reinterpret_cast<mirror::DexCache*>(copy)->SetResolvedMethodsArray(resolved_methods); in CopyDexCache()
414 mirror::NativeArray<ArtMethod>* resolved_methods = native_visitor_(old_resolved_methods); in VisitDexCacheArrays() local415 dex_cache->SetResolvedMethodsArray(resolved_methods); in VisitDexCacheArrays()416 VisitNativeDexCacheArray(resolved_methods); in VisitDexCacheArrays()