Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc42 DCHECK(GetResolvedMethods() == nullptr); in Initialize()
76 MethodDexCacheType* methods = GetResolvedMethods(); in VisitReflectiveTargets()
Ddex_cache-inl.h339 MethodDexCacheType* methods = GetResolvedMethods(); in GetResolvedMethod()
350 MethodDexCacheType* methods = GetResolvedMethods(); in SetResolvedMethod()
Ddex_cache.h332 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods() function
/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()