Searched refs:resolved_methods (Results 1 – 6 of 6) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 202 MethodDexCacheType* resolved_methods, in Init() argument 214 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in Init() 223 SetResolvedMethods(resolved_methods); in Init()
|
D | dex_cache.h | 369 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument 372 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods() 486 MethodDexCacheType* resolved_methods,
|
D | dex_cache-inl.h | 296 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/ |
D | image_writer.cc | 1580 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/ |
D | oatdump.cc | 2249 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/ |
D | class_linker.cc | 7452 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local 7454 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_methods, i, pointer_size); in CheckNoStaleMethodsInDexCache()
|