Home
last modified time | relevance | path

Searched refs:MethodDexCachePair (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/mirror/
H A Ddex_cache.cc121 mirror::MethodDexCachePair::Initialize(methods); in InitializeNativeFields()
167 if (pair.index == MethodDexCachePair::InvalidIndexForSlot(i)) { in VisitReflectiveTargets()
174 pair = MethodDexCachePair(nullptr, MethodDexCachePair::InvalidIndexForSlot(i)); in VisitReflectiveTargets()
H A Ddex_cache.h126 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable
127 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
H A Ddex_cache-inl.h271 MethodDexCachePair pair(method, method_idx); in SetResolvedMethod()
/aosp12/art/test/497-inlining-and-class-loader/
H A Dclear_dex_cache.cc89 mirror::MethodDexCachePair pair(method, index); in Java_Main_restoreResolvedMethods()
/aosp12/art/runtime/
H A Dart_method.h68 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable
69 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
H A Dclass_linker.h97 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable
98 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1120 mirror::MethodDexCachePair invalid(nullptr, in ClearDexCache()
1121 mirror::MethodDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()