Searched refs:MethodSlotIndex (Results 1 – 4 of 4) sorted by relevance
271 inline uint32_t DexCache::MethodSlotIndex(uint32_t method_idx) { in MethodSlotIndex() function280 auto pair = GetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), ptr_size); in GetResolvedMethod()290 SetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), pair, ptr_size); in SetResolvedMethod()295 uint32_t slot_idx = MethodSlotIndex(method_idx); in ClearResolvedMethod()
473 uint32_t MethodSlotIndex(uint32_t method_idx) REQUIRES_SHARED(Locks::mutator_lock_);
453 uint32_t slot_idx = dex_cache->MethodSlotIndex(method_idx); in PreloadDexCachesResolveMethod()
1658 uint32_t slot_idx = dex_cache->MethodSlotIndex(i); in PreloadDexCache()