Searched refs:MethodTypeDexCacheType (Results 1 – 3 of 3) sorted by relevance
131 using MethodTypeDexCacheType = std::atomic<MethodTypeDexCachePair>; variable353 MethodTypeDexCacheType* GetResolvedMethodTypes() in GetResolvedMethodTypes()355 return GetFieldPtr64<MethodTypeDexCacheType*, kVerifyFlags>(ResolvedMethodTypesOffset()); in GetResolvedMethodTypes()358 void SetResolvedMethodTypes(MethodTypeDexCacheType* resolved_method_types) in SetResolvedMethodTypes()
227 MethodTypeDexCacheType* methods = GetResolvedMethodTypes(); in GetResolvedMethodType()237 MethodTypeDexCacheType* methods = GetResolvedMethodTypes(); in SetResolvedMethodType()239 methods = AllocArray<MethodTypeDexCacheType, kDexCacheMethodTypeCacheSize>( in SetResolvedMethodType()256 MethodTypeDexCacheType* slot = &GetResolvedMethodTypes()[slot_idx]; in ClearMethodType()
150 MethodTypeDexCacheType* method_types_cache = dex_cache->GetResolvedMethodTypes(); in TEST_F()