Searched refs:MethodDexCachePair (Results 1 – 4 of 4) sorted by relevance
82 if (pair.index == MethodDexCachePair::InvalidIndexForSlot(i)) { in VisitReflectiveTargets()89 pair = MethodDexCachePair(nullptr, MethodDexCachePair::InvalidIndexForSlot(i)); in VisitReflectiveTargets()
127 using MethodDexCachePair = NativeDexCachePair<ArtMethod>; variable128 using MethodDexCacheType = std::atomic<MethodDexCachePair>;
349 MethodDexCachePair pair(method, method_idx); in SetResolvedMethod()
89 mirror::MethodDexCachePair pair(method, index); in Java_Main_restoreResolvedMethods()