Home
last modified time | relevance | path

Searched refs:resolved_methods (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc214 MethodDexCacheType* resolved_methods, in SetNativeArrays() argument
224 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in SetNativeArrays()
230 SetResolvedMethods(resolved_methods); in SetNativeArrays()
Ddex_cache.h364 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument
367 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods()
481 MethodDexCacheType* resolved_methods,
/art/dex2oat/linker/
Dimage_writer.cc1118 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache() local
1122 mirror::DexCache::SetNativePair(resolved_methods, slot_idx, invalid); in ClearDexCache()
/art/runtime/
Dclass_linker.cc7699 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local
7701 auto pair = mirror::DexCache::GetNativePair(resolved_methods, i); in CheckNoStaleMethodsInDexCache()