Home
last modified time | relevance | path

Searched refs:GetResolvedMethods (Results 1 – 9 of 9) sorted by relevance

/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc37 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_cloneResolvedMethods()
72 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_restoreResolvedMethods()
/art/runtime/mirror/
Ddex_cache.cc197 auto pair(GetNativePairPtrSize(GetResolvedMethods(), i, kRuntimePointerSize)); in VisitReflectiveTargets()
209 SetNativePairPtrSize(GetResolvedMethods(), i, pair, kRuntimePointerSize); in VisitReflectiveTargets()
Ddex_cache-inl.h281 auto pair = GetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), ptr_size); in GetResolvedMethod()
291 SetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), pair, ptr_size); in SetResolvedMethod()
297 auto* resolved_methods = GetResolvedMethods(); in ClearResolvedMethod()
Ddex_cache_test.cc90 EXPECT_TRUE(linear_alloc->Contains(klass->GetDexCache()->GetResolvedMethods())); in TEST_F()
Ddex_cache.h367 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc459 auto pair = mirror::DexCache::GetNativePairPtrSize(dex_cache->GetResolvedMethods(), in PreloadDexCachesResolveMethod()
554 auto pair = mirror::DexCache::GetNativePairPtrSize(dex_cache->GetResolvedMethods(), in PreloadDexCachesStatsFilled()
/art/dex2oat/linker/
Dimage_writer.cc697 DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr); in PrepareDexCacheArraySlots()
698 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
1244 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache()
1289 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PreloadDexCache()
/art/oatdump/
Doatdump.cc2257 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject()
/art/runtime/
Dclass_linker.cc2156 dex_cache->GetResolvedMethods(), in AddImageSpace()
7733 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache()