Searched refs:IsExactMatch (Results 1 – 5 of 5) sorted by relevance
73 TEST_F(MethodTypeTest, IsExactMatch) { in TEST_F() argument79 ASSERT_TRUE(mt1->IsExactMatch(mt2.Get())); in TEST_F()87 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get())); in TEST_F()95 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get())); in TEST_F()104 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get())); in TEST_F()
64 bool IsExactMatch(ObjPtr<MethodType> target) REQUIRES_SHARED(Locks::mutator_lock_);
114 bool MethodType::IsExactMatch(ObjPtr<MethodType> target) { in IsExactMatch() function in art::mirror::MethodType
384 return fvh->GetMethodTypeForAccessMode(self, access_mode)->IsExactMatch(method_type.Get()); in TEST_F()581 return fvh->GetMethodTypeForAccessMode(self, access_mode)->IsExactMatch(method_type.Get()); in TEST_F()751 return vh->GetMethodTypeForAccessMode(self, access_mode)->IsExactMatch(method_type.Get()); in TEST_F()903 return vh->GetMethodTypeForAccessMode(self, access_mode)->IsExactMatch(method_type.Get()); in TEST_F()1056 return vh->GetMethodTypeForAccessMode(self, access_mode)->IsExactMatch(method_type.Get()); in TEST_F()
464 if (callsite_type->IsExactMatch(target_type.Get())) { in MethodHandleInvokeMethod()1069 if (!mh_invoke_type->IsExactMatch(vh_type.Get())) { in DoVarHandleInvokeTranslation()1106 DCHECK(!callsite_type->IsExactMatch(handle_type.Ptr())); in MethodHandleInvokeInternal()1147 if (!callsite_type->IsExactMatch(method_handle_type.Get())) { in MethodHandleInvokeExactInternal()1250 if (UNLIKELY(callsite_type->IsExactMatch(method_handle->GetMethodType()))) { in MethodHandleInvoke()1281 if (UNLIKELY(!callsite_type->IsExactMatch(nominal_type.Ptr()))) { in MethodHandleInvokeExact()1285 if (LIKELY(!nominal_type->IsExactMatch(method_handle->GetMethodType()))) { in MethodHandleInvokeExact()