Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h79 inline uint32_t DexCache::StringSlotIndex(dex::StringIndex string_idx) { in StringSlotIndex() function
101 return GetStrings()[StringSlotIndex(string_idx)].load( in GetResolvedString()
107 GetStrings()[StringSlotIndex(string_idx)].store( in SetResolvedString()
142 uint32_t slot_idx = StringSlotIndex(string_idx); in ClearString()
Ddex_cache.h472 uint32_t StringSlotIndex(dex::StringIndex string_idx) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Ddalvik_system_VMRuntime.cc391 uint32_t slot_idx = dex_cache->StringSlotIndex(string_idx); in PreloadDexCachesResolveString()
/art/dex2oat/linker/
Dimage_writer.cc1373 uint32_t slot_idx = dex_cache->StringSlotIndex(string_idx); in PreloadDexCache()