Searched refs:TypeSlotIndex (Results 1 – 4 of 4) sorted by relevance
93 inline uint32_t DexCache::TypeSlotIndex(dex::TypeIndex type_idx) { in TypeSlotIndex() function103 return GetResolvedTypes()[TypeSlotIndex(type_idx)].load( in GetResolvedType()113 GetResolvedTypes()[TypeSlotIndex(type_idx)].store( in SetResolvedType()121 uint32_t slot_idx = TypeSlotIndex(type_idx); in ClearResolvedType()
432 uint32_t TypeSlotIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_);
367 uint32_t slot_idx = dex_cache->TypeSlotIndex(type_idx); in PreloadDexCachesResolveType()
1115 uint32_t slot_idx = dex_cache->TypeSlotIndex(type_idx); in PruneAndPreloadDexCache()