Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h118 inline uint32_t DexCache::StringSlotIndex(dex::StringIndex string_idx) { in StringSlotIndex() function
130 return strings[StringSlotIndex(string_idx)].load( in GetResolvedString()
141 strings[StringSlotIndex(string_idx)].store( in SetResolvedString()
154 uint32_t slot_idx = StringSlotIndex(string_idx); in ClearString()
Ddex_cache.h435 uint32_t StringSlotIndex(dex::StringIndex string_idx) REQUIRES_SHARED(Locks::mutator_lock_);