Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc49 EXPECT_LE(0, dex_cache->GetResolvedMethods()->GetLength()); in TEST_F()
57 static_cast<uint32_t>(dex_cache->GetResolvedMethods()->GetLength())); in TEST_F()
Ddex_cache-inl.h58 auto* method = GetResolvedMethods()->GetElementPtrSize<ArtMethod*>(method_idx, ptr_size); in GetResolvedMethod()
69 GetResolvedMethods()->SetElementPtrSize(idx, method, ptr_size); in SetResolvedMethod()
Ddex_cache.h85 return GetResolvedMethods()->GetLength(); in NumResolvedMethods()
133 PointerArray* GetResolvedMethods() ALWAYS_INLINE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetResolvedMethods() function
Ddex_cache.cc62 auto* resolved_methods = GetResolvedMethods(); in Fixup()
/art/compiler/
Dimage_writer.cc322 dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
324 AddMethodPointerArray(dex_cache->GetResolvedMethods()); in PrepareDexCacheArraySlots()
640 auto* resolved_methods = down_cast<mirror::PointerArray*>(dex_cache->GetResolvedMethods()); in PruneNonImageClasses()
/art/runtime/
Dclass_linker_test.cc171 method->GetDeclaringClass()->GetDexCache()->GetResolvedMethods())); in AssertMethod()
359 auto* resolved_methods = dex_cache->GetResolvedMethods(); in AssertDexFile()
Dclass_linker.cc1154 SanityCheckArtMethodPointerArray(dex_cache->GetResolvedMethods(), nullptr, in InitFromImage()
2395 dst->SetDexCacheResolvedMethods(klass->GetDexCache()->GetResolvedMethods()); in LoadMethod()
5044 auto* resolved_methods = klass->GetDexCache()->GetResolvedMethods(); in LinkInterfaceMethods()
/art/patchoat/
Dpatchoat.cc486 auto* methods = dex_cache->GetResolvedMethods(); in PatchDexFileArrays()
/art/oatdump/
Doatdump.cc1518 dex_cache_arrays_.insert(dex_cache->GetResolvedMethods()); in Dump()