Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc150 if (pair.index == FieldDexCachePair::InvalidIndexForSlot(i)) { in VisitReflectiveTargets()
157 pair = FieldDexCachePair(nullptr, FieldDexCachePair::InvalidIndexForSlot(i)); in VisitReflectiveTargets()
167 if (pair.index == MethodDexCachePair::InvalidIndexForSlot(i)) { in VisitReflectiveTargets()
174 pair = MethodDexCachePair(nullptr, MethodDexCachePair::InvalidIndexForSlot(i)); in VisitReflectiveTargets()
Ddex_cache-inl.h52 first_elem.index = InvalidIndexForSlot(0); in Initialize()
69 first_elem.index = InvalidIndexForSlot(0); in Initialize()
145 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearString()
183 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedType()
Ddex_cache.h79 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function
102 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc31 mirror::TypeDexCachePair cleared(nullptr, mirror::TypeDexCachePair::InvalidIndexForSlot(i)); in Java_Main_nativeClearResolvedTypes()
/art/dex2oat/linker/
Dimage_writer.cc1121 mirror::MethodDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()
1128 mirror::FieldDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()
1135 mirror::TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()
1142 mirror::StringDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()
1150 nullptr, mirror::MethodTypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearDexCache()