Home
last modified time | relevance | path

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

/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc90 mirror::MethodDexCachePair pair(method, index); in Java_Main_restoreResolvedMethods()
/art/runtime/mirror/
Ddex_cache-inl.h230 MethodDexCachePair pair(method, method_idx); in SetResolvedMethod()
241 MethodDexCachePair cleared(nullptr, MethodDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedMethod()
Ddex_cache.h133 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable
134 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
Ddex_cache.cc154 mirror::MethodDexCachePair::Initialize(methods, image_pointer_size); in InitializeDexCache()
/art/runtime/
Dart_method.h65 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable
66 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
Dclass_linker.h66 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable
67 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
/art/patchoat/
Dpatchoat.cc932 mirror::MethodDexCachePair orig = in PatchDexFileArrays()
934 mirror::MethodDexCachePair copy(RelocatedAddressOfPointer(orig.object), orig.index); in PatchDexFileArrays()
/art/dex2oat/linker/
Dimage_writer.cc2473 mirror::MethodDexCachePair orig_pair = in FixupDexCache()
2476 mirror::MethodDexCachePair copy_pair(NativeLocationInImage(orig_pair.object), in FixupDexCache()