Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc247 MethodDexCacheType* resolved_methods, in Init() argument
259 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in Init()
268 SetResolvedMethods(resolved_methods); in Init()
Ddex_cache-inl.h297 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()
Ddex_cache.h371 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument
374 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods()
492 MethodDexCacheType* resolved_methods,
/art/dex2oat/linker/
Dimage_writer.cc1244 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/
Doatdump.cc2257 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/
Dclass_linker.cc7733 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local
7735 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_methods, i, pointer_size); in CheckNoStaleMethodsInDexCache()