Home
last modified time | relevance | path

Searched refs:MethodDexCacheType (Results 1 – 4 of 4) 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.h128 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
332 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods()
333 return GetFieldPtr<MethodDexCacheType*>(ResolvedMethodsOffset()); in GetResolvedMethods()
336 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods()
Ddex_cache.cc76 MethodDexCacheType* methods = GetResolvedMethods(); in VisitReflectiveTargets()
Ddex_cache-inl.h339 MethodDexCacheType* methods = GetResolvedMethods(); in GetResolvedMethod()
350 MethodDexCacheType* methods = GetResolvedMethods(); in SetResolvedMethod()
352 methods = AllocArray<MethodDexCacheType, kDexCacheMethodCacheSize>( in SetResolvedMethod()