Home
last modified time | relevance | path

Searched refs:MethodDexCacheType (Results 1 – 9 of 9) 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.cc66 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()
Ddex_cache.h127 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
367 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,
/art/runtime/
Dart_method.h69 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
Dclass_linker.h97 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
Dclass_linker.cc1936 mirror::MethodDexCacheType* arr, in CheckArtMethodDexCacheArray()
1995 void CheckArtMethodDexCacheArray(mirror::MethodDexCacheType* arr, size_t size) in CheckArtMethodDexCacheArray()
/art/dex2oat/linker/
Dimage_writer.cc1244 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()
/art/oatdump/
Doatdump.cc2257 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject()
/art/runtime/gc/space/
Dimage_space.cc540 FixupDexCacheArray<mirror::MethodDexCacheType>(dex_cache, in VisitDexCacheArrays()