Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc251 MethodTypeDexCacheType* resolved_method_types, in Init() argument
261 CHECK_EQ(num_resolved_method_types != 0u, resolved_method_types != nullptr); in Init()
270 SetResolvedMethodTypes(resolved_method_types); in Init()
Ddex_cache.h393 void SetResolvedMethodTypes(MethodTypeDexCacheType* resolved_method_types) in SetResolvedMethodTypes() argument
396 SetFieldPtr<false>(ResolvedMethodTypesOffset(), resolved_method_types); in SetResolvedMethodTypes()
496 MethodTypeDexCacheType* resolved_method_types,