HomeSort by relevance Sort by last modified time
    Searched refs:InvalidIndexForSlot (Results 1 - 3 of 3) sorted by null

  /art/test/626-const-class-linking/
clear_dex_cache_types.cc 30 mirror::TypeDexCachePair cleared(nullptr, mirror::TypeDexCachePair::InvalidIndexForSlot(i));
  /art/runtime/mirror/
dex_cache-inl.h 47 first_elem.index = InvalidIndexForSlot(0);
87 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx));
124 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx));
206 FieldDexCachePair cleared(nullptr, FieldDexCachePair::InvalidIndexForSlot(slot_idx));
240 MethodDexCachePair cleared(nullptr, MethodDexCachePair::InvalidIndexForSlot(slot_idx));
dex_cache.h 75 first_elem.index = InvalidIndexForSlot(0);
79 static uint32_t InvalidIndexForSlot(uint32_t slot) {
108 static uint32_t InvalidIndexForSlot(uint32_t slot) {

Completed in 68 milliseconds