Lines Matching refs:slot_idx

1245   for (size_t slot_idx = 0, num = dex_cache->NumResolvedMethods(); slot_idx != num; ++slot_idx) {  in ClearDexCache()  local
1247 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in ClearDexCache()
1254 for (size_t slot_idx = 0, num = dex_cache->NumResolvedFields(); slot_idx != num; ++slot_idx) { in ClearDexCache() local
1255 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_fields, slot_idx, target_ptr_size_); in ClearDexCache()
1261 for (size_t slot_idx = 0, num = dex_cache->NumResolvedTypes(); slot_idx != num; ++slot_idx) { in ClearDexCache() local
1263 dex_cache->GetResolvedTypes()[slot_idx].load(std::memory_order_relaxed); in ClearDexCache()
1269 for (size_t slot_idx = 0, num = dex_cache->NumStrings(); slot_idx != num; ++slot_idx) { in ClearDexCache() local
1271 dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in ClearDexCache()
1293 uint32_t slot_idx = dex_cache->MethodSlotIndex(i); in PreloadDexCache() local
1295 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in PreloadDexCache()
1326 uint32_t slot_idx = dex_cache->FieldSlotIndex(i); in PreloadDexCache() local
1327 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_fields, slot_idx, target_ptr_size_); in PreloadDexCache()
1360 uint32_t slot_idx = dex_cache->TypeSlotIndex(type_idx); in PreloadDexCache() local
1362 dex_cache->GetResolvedTypes()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCache()
1373 uint32_t slot_idx = dex_cache->StringSlotIndex(string_idx); in PreloadDexCache() local
1375 dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCache()