Searched refs:MethodSlotIndex (Results 1 – 4 of 4) sorted by relevance
272 inline uint32_t DexCache::MethodSlotIndex(uint32_t method_idx) { in MethodSlotIndex() function281 auto pair = GetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), ptr_size); in GetResolvedMethod()291 SetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), pair, ptr_size); in SetResolvedMethod()296 uint32_t slot_idx = MethodSlotIndex(method_idx); in ClearResolvedMethod()
475 uint32_t MethodSlotIndex(uint32_t method_idx) REQUIRES_SHARED(Locks::mutator_lock_);
458 uint32_t slot_idx = dex_cache->MethodSlotIndex(method_idx); in PreloadDexCachesResolveMethod()
1293 uint32_t slot_idx = dex_cache->MethodSlotIndex(i); in PreloadDexCache()