Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h257 inline uint32_t DexCache::MethodSlotIndex(uint32_t method_idx) { in MethodSlotIndex() function
265 auto pair = GetNativePair(GetResolvedMethods(), MethodSlotIndex(method_idx)); in GetResolvedMethod()
272 SetNativePair(GetResolvedMethods(), MethodSlotIndex(method_idx), pair); in SetResolvedMethod()
Ddex_cache.h466 uint32_t MethodSlotIndex(uint32_t method_idx) REQUIRES_SHARED(Locks::mutator_lock_);