Home
last modified time | relevance | path

Searched refs:GetRType (Results 1 – 9 of 9) sorted by relevance

/art/runtime/mirror/
Dmethod_type.cc62 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()
Dmethod_type-inl.h35 inline ObjPtr<Class> MethodType::GetRType() { in GetRType() function
Demulated_stack_frame.cc169 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()
Dmethod_type.h58 ObjPtr<Class> GetRType() REQUIRES_SHARED(Locks::mutator_lock_);
Dvar_handle.cc1431 ObjPtr<Class> mt_rtype = method_type->GetRType(); in GetMethodTypeMatchForAccessMode()
1474 Handle<Class> mt_rtype(hs.NewHandle(method_type->GetRType())); in IsInvokerMethodTypeCompatible()
/art/runtime/
Dmethod_handles-inl.h145 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue()
146 ObjPtr<mirror::Class> to_class(callsite_type->GetRType()); in ConvertReturnValue()
Dmethod_handles.cc682 DCHECK(handle_type->GetRType()->IsStringClass()); in RefineTargetMethod()
Dclass_linker_test.cc1590 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetRType()); in TEST_F()
/art/runtime/interpreter/
Dinterpreter_common.cc1012 if (!IsReturnTypeConvertible(call_site_type->GetRType(), bsm->GetMethodType()->GetRType())) { in InvokeBootstrapMethod()
1013 ThrowClassCastException(bsm->GetMethodType()->GetRType(), call_site_type->GetRType()); in InvokeBootstrapMethod()