Searched refs:resolved_methods (Results 1 – 6 of 6) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 247 MethodDexCacheType* resolved_methods, in Init() argument 259 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in Init() 268 SetResolvedMethods(resolved_methods); in Init()
|
D | dex_cache-inl.h | 297 auto* resolved_methods = GetResolvedMethods(); in ClearResolvedMethod() local 300 if (GetNativePairPtrSize(resolved_methods, slot_idx, ptr_size).index == method_idx) { in ClearResolvedMethod() 302 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size); in ClearResolvedMethod()
|
D | dex_cache.h | 371 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument 374 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods() 492 MethodDexCacheType* resolved_methods,
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1244 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache() local 1247 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in ClearDexCache() 1289 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PreloadDexCache() local 1295 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in PreloadDexCache()
|
/art/oatdump/ |
D | oatdump.cc | 2257 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject() local 2260 resolved_methods, i, image_pointer_size).object; in DumpObject() 2265 resolved_methods, j, image_pointer_size).object; in DumpObject()
|
/art/runtime/ |
D | class_linker.cc | 7733 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local 7735 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_methods, i, pointer_size); in CheckNoStaleMethodsInDexCache()
|