Home
last modified time | relevance | path

Searched refs:TypeSlotIndex (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h151 inline uint32_t DexCache::TypeSlotIndex(dex::TypeIndex type_idx) { in TypeSlotIndex() function
161 return GetResolvedTypes()[TypeSlotIndex(type_idx)].load( in GetResolvedType()
171 GetResolvedTypes()[TypeSlotIndex(type_idx)].store( in SetResolvedType()
179 uint32_t slot_idx = TypeSlotIndex(type_idx); in ClearResolvedType()
Ddex_cache.h471 uint32_t TypeSlotIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Ddalvik_system_VMRuntime.cc398 uint32_t slot_idx = dex_cache->TypeSlotIndex(type_idx); in PreloadDexCachesResolveType()
/art/dex2oat/linker/
Dimage_writer.cc1725 uint32_t slot_idx = dex_cache->TypeSlotIndex(type_idx); in PreloadDexCache()