Home
last modified time | relevance | path

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

/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc37 ArtMethod** methods = dex_cache->GetResolvedMethods(); in Java_Main_cloneResolvedMethods()
62 ArtMethod** methods = soa.Decode<mirror::Class>(cls)->GetDexCache()->GetResolvedMethods(); in Java_Main_restoreResolvedMethods()
/art/runtime/mirror/
Ddex_cache_test.cc89 EXPECT_TRUE(linear_alloc->Contains(klass->GetDexCache()->GetResolvedMethods())); in TEST_F()
Ddex_cache-inl.h214 ArtMethod* method = GetElementPtrSize<ArtMethod*>(GetResolvedMethods(), method_idx, ptr_size); in GetResolvedMethod()
228 SetElementPtrSize(GetResolvedMethods(), method_idx, method, ptr_size); in SetResolvedMethod()
Ddex_cache.cc221 auto* resolved_methods = GetResolvedMethods(); in Fixup()
Ddex_cache.h331 ArtMethod** GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods() function
/art/compiler/
Dimage_writer.cc458 DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr); in PrepareDexCacheArraySlots()
459 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
942 ArtMethod** resolved_methods = dex_cache->GetResolvedMethods(); in PruneAndPreloadDexCache()
2314 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); in FixupDexCache()
/art/patchoat/
Dpatchoat.cc525 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); in PatchDexFileArrays()
/art/runtime/
Dclass_linker_test.cc251 method->GetDeclaringClass()->GetDexCache()->GetResolvedMethods(), in AssertMethod()
445 auto* resolved_methods = dex_cache->GetResolvedMethods(); in AssertDexFile()
Dclass_linker.cc1124 method->SetDexCacheResolvedMethods(method->GetDexCache()->GetResolvedMethods(), in Visit()
1317 ArtMethod** const image_resolved_methods = dex_cache->GetResolvedMethods(); in UpdateAppImageClassLoadersAndDexCaches()
1761 dex_cache->GetResolvedMethods(), in AddImageSpace()
3318 dst->SetDexCacheResolvedMethods(klass->GetDexCache()->GetResolvedMethods(), image_pointer_size_); in LoadMethod()
3413 data.resolved_methods = dex_cache->GetResolvedMethods(); in RegisterDexFileLocked()
6895 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache()
/art/runtime/openjdkjvmti/
Dti_redefine.cc1366 method.SetDexCacheResolvedMethods(new_dex_cache->GetResolvedMethods(), image_pointer_size); in UpdateMethods()
/art/runtime/gc/space/
Dimage_space.cc1251 ArtMethod** methods = dex_cache->GetResolvedMethods(); in RelocateInPlace()
/art/oatdump/
Doatdump.cc2182 auto* resolved_methods = dex_cache->GetResolvedMethods(); in Callback()