Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h56 inline uint32_t DexCache::StringSlotIndex(dex::StringIndex string_idx) { in StringSlotIndex() function
64 return GetStrings()[StringSlotIndex(string_idx)].load( in GetResolvedString()
70 GetStrings()[StringSlotIndex(string_idx)].store( in SetResolvedString()
83 uint32_t slot_idx = StringSlotIndex(string_idx); in ClearString()
Ddex_cache.h440 uint32_t StringSlotIndex(dex::StringIndex string_idx) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Ddalvik_system_VMRuntime.cc303 uint32_t slot_idx = dex_cache->StringSlotIndex(string_idx); in PreloadDexCachesResolveString()
/art/compiler/
Dimage_writer.cc1143 uint32_t slot_idx = dex_cache->StringSlotIndex(string_idx); in PruneAndPreloadDexCache()