Searched refs:MethodDexCacheType (Results 1 – 6 of 6) sorted by relevance
37 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_cloneResolvedMethods()72 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_restoreResolvedMethods()
127 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable360 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods()361 return GetFieldPtr<MethodDexCacheType*>(ResolvedMethodsOffset()); in GetResolvedMethods()364 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods()481 MethodDexCacheType* resolved_methods,
70 MethodDexCacheType* methods = in InitializeNativeFields()71 AllocArray<MethodDexCacheType>(self, linear_alloc, num_methods); in InitializeNativeFields()214 MethodDexCacheType* resolved_methods, in SetNativeArrays()
69 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
98 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
1118 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache()