Searched refs:method_types (Results 1 – 3 of 3) sorted by relevance
74 MethodTypeDexCacheType* method_types = in InitializeNativeFields() local104 CHECK_EQ(method_types[i].load(std::memory_order_relaxed).index, 0u); in InitializeNativeFields()105 CHECK(method_types[i].load(std::memory_order_relaxed).object.IsNull()); in InitializeNativeFields()123 if (method_types != nullptr) { in InitializeNativeFields()124 mirror::MethodTypeDexCachePair::Initialize(method_types); in InitializeNativeFields()135 method_types, in InitializeNativeFields()
128 Handle<mirror::Class> method_types( in TEST_F() local130 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()132 ArtMethod* method1 = method_types->FindClassMethod( in TEST_F()138 ArtMethod* method2 = method_types->FindClassMethod( in TEST_F()
1563 Handle<mirror::Class> method_types( in TEST_F() local1565 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()1567 ArtMethod* method1 = method_types->FindClassMethod( in TEST_F()1604 ArtMethod* method2 = method_types->FindClassMethod( in TEST_F()