Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h52 first_elem.index = InvalidIndexForSlot(0); in Initialize()
70 first_elem.index = InvalidIndexForSlot(0); in Initialize()
146 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearString()
183 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedType()
266 FieldDexCachePair cleared(nullptr, FieldDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedField()
300 MethodDexCachePair cleared(nullptr, MethodDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedMethod()
Ddex_cache.h77 static uint32_t InvalidIndexForSlot(uint32_t slot) { in InvalidIndexForSlot() function
100 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()