Searched refs:InvalidIndexForSlot (Results 1 – 3 of 3) sorted by relevance
66 if (pair.index == NativeDexCachePair<ArtField>::InvalidIndexForSlot(i)) { in VisitReflectiveTargets()74 nullptr, NativeDexCachePair<ArtField>::InvalidIndexForSlot(i)); in VisitReflectiveTargets()88 if (pair.index == NativeDexCachePair<ArtMethod>::InvalidIndexForSlot(i)) { in VisitReflectiveTargets()96 nullptr, NativeDexCachePair<ArtMethod>::InvalidIndexForSlot(i)); in VisitReflectiveTargets()
103 first_elem.index = InvalidIndexForSlot(0); in Initialize()111 first_elem.index = InvalidIndexForSlot(0); in Initialize()
83 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function106 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function192 DexCachePair<T> cleared(nullptr, DexCachePair<T>::InvalidIndexForSlot(slot)); in Clear()