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()
64 MethodDexCacheType* methods = (dex_file->NumMethodIds() == 0u) ? nullptr : in InitializeDexCache()65 reinterpret_cast<MethodDexCacheType*>(raw_arrays + layout.MethodsOffset()); in InitializeDexCache()202 MethodDexCacheType* resolved_methods, in Init()
125 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable365 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods()366 return GetFieldPtr<MethodDexCacheType*>(ResolvedMethodsOffset()); in GetResolvedMethods()369 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods()486 MethodDexCacheType* resolved_methods,
67 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
73 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
1848 mirror::MethodDexCacheType* arr, in CheckArtMethodDexCacheArray()1907 void SanityCheckArtMethodDexCacheArray(mirror::MethodDexCacheType* arr, size_t size) in SanityCheckArtMethodDexCacheArray()
1580 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PruneDexCache()1654 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PreloadDexCache()3299 FixupDexCacheArray<mirror::MethodDexCacheType>(orig_dex_cache, in FixupDexCache()
534 FixupDexCacheArray<mirror::MethodDexCacheType>(dex_cache, in VisitDexCacheArrays()
2249 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject()