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

  /art/runtime/mirror/
dex_cache.cc 189 MethodTypeDexCacheType* resolved_method_types,
199 CHECK_EQ(num_resolved_method_types != 0u, resolved_method_types != nullptr);
208 SetResolvedMethodTypes(resolved_method_types);
dex_cache.h 367 void SetResolvedMethodTypes(MethodTypeDexCacheType* resolved_method_types)
370 SetFieldPtr<false>(ResolvedMethodTypesOffset(), resolved_method_types); local
457 MethodTypeDexCacheType* resolved_method_types,

Completed in 45 milliseconds