Home
last modified time | relevance | path

Searched refs:MethodSlotIndex (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h272 inline uint32_t DexCache::MethodSlotIndex(uint32_t method_idx) { in MethodSlotIndex() function
281 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()
Ddex_cache.h475 uint32_t MethodSlotIndex(uint32_t method_idx) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Ddalvik_system_VMRuntime.cc458 uint32_t slot_idx = dex_cache->MethodSlotIndex(method_idx); in PreloadDexCachesResolveMethod()
/art/dex2oat/linker/
Dimage_writer.cc1293 uint32_t slot_idx = dex_cache->MethodSlotIndex(i); in PreloadDexCache()