Home
last modified time | relevance | path

Searched refs:InvalidIndexForSlot (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc66 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()
Ddex_cache-inl.h103 first_elem.index = InvalidIndexForSlot(0); in Initialize()
111 first_elem.index = InvalidIndexForSlot(0); in Initialize()
Ddex_cache.h83 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function
106 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function
192 DexCachePair<T> cleared(nullptr, DexCachePair<T>::InvalidIndexForSlot(slot)); in Clear()