Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Ddex_cache-inl.h78 inline uint32_t DexCache::StringSlotIndex(dex::StringIndex string_idx) { in StringSlotIndex() function
100 return GetStrings()[StringSlotIndex(string_idx)].load( in GetResolvedString()
106 GetStrings()[StringSlotIndex(string_idx)].store( in SetResolvedString()
141 uint32_t slot_idx = StringSlotIndex(string_idx); in ClearString()
H A Ddex_cache.h463 uint32_t StringSlotIndex(dex::StringIndex string_idx) REQUIRES_SHARED(Locks::mutator_lock_);