HomeSort by relevance Sort by last modified time
    Searched refs:MethodTypeSlotIndex (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
dex_cache-inl.h 188 inline uint32_t DexCache::MethodTypeSlotIndex(dex::ProtoIndex proto_idx) {
197 return GetResolvedMethodTypes()[MethodTypeSlotIndex(proto_idx)].load(
203 GetResolvedMethodTypes()[MethodTypeSlotIndex(proto_idx)].store(
dex_cache.h 474 uint32_t MethodTypeSlotIndex(dex::ProtoIndex proto_idx) REQUIRES_SHARED(Locks::mutator_lock_);

Completed in 556 milliseconds