Home
last modified time | relevance | path

Searched refs:GetResolvedMethods (Results 1 – 7 of 7) 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.cc50 DCHECK(GetResolvedMethods() == nullptr); in InitializeNativeFields()
166 auto pair(GetNativePair(GetResolvedMethods(), i)); in VisitReflectiveTargets()
178 SetNativePair(GetResolvedMethods(), i, pair); in VisitReflectiveTargets()
Ddex_cache_test.cc90 EXPECT_TRUE(linear_alloc->Contains(klass->GetDexCache()->GetResolvedMethods())); in TEST_F()
Ddex_cache-inl.h265 auto pair = GetNativePair(GetResolvedMethods(), MethodSlotIndex(method_idx)); in GetResolvedMethod()
272 SetNativePair(GetResolvedMethods(), MethodSlotIndex(method_idx), pair); in SetResolvedMethod()
Ddex_cache.h360 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods() function
/art/dex2oat/linker/
Dimage_writer.cc1118 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache()
/art/runtime/
Dclass_linker.cc7699 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache()