Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc202 MethodDexCacheType* resolved_methods, in Init() argument
214 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in Init()
223 SetResolvedMethods(resolved_methods); in Init()
Ddex_cache.h369 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument
372 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods()
486 MethodDexCacheType* resolved_methods,
Ddex_cache-inl.h296 auto* resolved_methods = GetResolvedMethods(); in ClearResolvedMethod() local
299 if (GetNativePairPtrSize(resolved_methods, slot_idx, ptr_size).index == method_idx) { in ClearResolvedMethod()
301 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size); in ClearResolvedMethod()
/art/dex2oat/linker/
Dimage_writer.cc1580 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PruneDexCache() local
1583 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in PruneDexCache()
1654 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PreloadDexCache() local
1660 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in PreloadDexCache()
/art/oatdump/
Doatdump.cc2249 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject() local
2252 resolved_methods, i, image_pointer_size).object; in DumpObject()
2257 resolved_methods, j, image_pointer_size).object; in DumpObject()
/art/runtime/
Dclass_linker.cc7452 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local
7454 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_methods, i, pointer_size); in CheckNoStaleMethodsInDexCache()