Searched refs:GetRType (Results 1 – 9 of 9) sorted by relevance
62 Handle<Class> dst_rtype = hs.NewHandle(method_type->GetRType()); in CloneWithoutLeadingParameter()85 Handle<Class> dst_rtype = hs.NewHandle(method_type->GetRType()); in CollectTrailingArguments()127 return GetRType() == target->GetRType(); in IsExactMatch()142 if (!IsReturnTypeConvertible(target->GetRType(), GetRType())) { in IsConvertible()169 ss << GetRType()->PrettyDescriptor(); in PrettyDescriptor()
35 inline ObjPtr<Class> MethodType::GetRType() { in GetRType() function
169 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); in CreateFromShadowFrameAndArgs()234 Handle<mirror::Class> r_type(hs.NewHandle(GetType()->GetRType())); in GetReturnValue()258 Handle<mirror::Class> r_type(hs.NewHandle(GetType()->GetRType())); in SetReturnValue()
58 ObjPtr<Class> GetRType() REQUIRES_SHARED(Locks::mutator_lock_);
1431 ObjPtr<Class> mt_rtype = method_type->GetRType(); in GetMethodTypeMatchForAccessMode()1474 Handle<Class> mt_rtype(hs.NewHandle(method_type->GetRType())); in IsInvokerMethodTypeCompatible()
145 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue()146 ObjPtr<mirror::Class> to_class(callsite_type->GetRType()); in ConvertReturnValue()
675 DCHECK(handle_type->GetRType()->IsStringClass()); in RefineTargetMethod()
1583 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetRType()); in TEST_F()
1333 if (!IsReturnTypeConvertible(call_site_type->GetRType(), bsm->GetMethodType()->GetRType())) { in InvokeBootstrapMethod()1334 ThrowClassCastException(bsm->GetMethodType()->GetRType(), call_site_type->GetRType()); in InvokeBootstrapMethod()