Home
last modified time | relevance | path

Searched refs:GetResolvedMethodTypes (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h197 return GetResolvedMethodTypes()[MethodTypeSlotIndex(proto_idx)].load( in GetResolvedMethodType()
203 GetResolvedMethodTypes()[MethodTypeSlotIndex(proto_idx)].store( in SetResolvedMethodType()
344 GetResolvedMethodTypes<kVerifyFlags>(), NumResolvedMethodTypes<kVerifyFlags>(), visitor); in VisitReferences()
389 MethodTypeDexCacheType* src = GetResolvedMethodTypes(); in FixupResolvedMethodTypes()
Ddex_cache_test.cc168 MethodTypeDexCacheType* method_types_cache = dex_cache->GetResolvedMethodTypes(); in TEST_F()
Ddex_cache.cc52 DCHECK(GetResolvedMethodTypes() == nullptr); in InitializeNativeFields()
Ddex_cache.h381 MethodTypeDexCacheType* GetResolvedMethodTypes() in GetResolvedMethodTypes() function
/art/dex2oat/linker/
Dimage_writer.cc1146 mirror::MethodTypeDexCacheType* resolved_method_types = dex_cache->GetResolvedMethodTypes(); in ClearDexCache()