Searched refs:MethodDexCacheType (Results 1 – 9 of 9) 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()
66 MethodDexCacheType* methods = (dex_file->NumMethodIds() == 0u) ? nullptr : in InitializeDexCache()67 reinterpret_cast<MethodDexCacheType*>(raw_arrays + layout.MethodsOffset()); in InitializeDexCache()247 MethodDexCacheType* resolved_methods, in Init()
127 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable367 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods()368 return GetFieldPtr<MethodDexCacheType*>(ResolvedMethodsOffset()); in GetResolvedMethods()371 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods()492 MethodDexCacheType* resolved_methods,
69 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
97 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
1936 mirror::MethodDexCacheType* arr, in CheckArtMethodDexCacheArray()1995 void CheckArtMethodDexCacheArray(mirror::MethodDexCacheType* arr, size_t size) in CheckArtMethodDexCacheArray()
1244 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache()1289 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PreloadDexCache()3302 FixupDexCacheArray<mirror::MethodDexCacheType>(orig_dex_cache, in FixupDexCache()
2257 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject()
540 FixupDexCacheArray<mirror::MethodDexCacheType>(dex_cache, in VisitDexCacheArrays()