Home
last modified time | relevance | path

Searched refs:callee_type (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h35 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument
39 ObjPtr<mirror::Class> to_class(callee_type->GetPTypes()->GetWithoutChecks(index)); in ConvertArgumentValue()
48 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue()
59 Handle<mirror::MethodType> callee_type, in ConvertReturnValue() argument
61 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue()
71 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue()
84 Handle<mirror::MethodType> callee_type, in PerformConversions() argument
90 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in PerformConversions()
119 if (!ConvertArgumentValue(callsite_type, callee_type, i, &value)) { in PerformConversions()
Dmethod_handles.h51 Handle<mirror::MethodType> callee_type,
62 Handle<mirror::MethodType> callee_type,
73 Handle<mirror::MethodType> callee_type,
124 Handle<mirror::MethodType> callee_type,
Dmethod_handles.cc192 Handle<mirror::MethodType> callee_type, in ConvertJValueCommon() argument
220 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
252 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
258 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
263 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
287 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
331 Handle<mirror::MethodType> callee_type, in ConvertAndCopyArgumentsFromCallerFrame() argument
339 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame()
343 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame()
352 callee_type, in ConvertAndCopyArgumentsFromCallerFrame()
[all …]
Dcommon_throws.h254 void ThrowWrongMethodTypeException(mirror::MethodType* callee_type,
Dcommon_throws.cc850 void ThrowWrongMethodTypeException(mirror::MethodType* callee_type, in ThrowWrongMethodTypeException() argument
855 callee_type->PrettyDescriptor().c_str(), in ThrowWrongMethodTypeException()
/art/runtime/mirror/
Demulated_stack_frame.cc146 Handle<mirror::MethodType> callee_type, in CreateFromShadowFrameAndArgs() argument
155 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs()
159 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get()); in CreateFromShadowFrameAndArgs()
167 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); in CreateFromShadowFrameAndArgs()
191 self, caller_type, callee_type, &getter, &setter, num_method_params)) { in CreateFromShadowFrameAndArgs()
199 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get()); in CreateFromShadowFrameAndArgs()
207 Handle<mirror::MethodType> callee_type, in WriteToShadowFrame() argument
211 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in WriteToShadowFrame()
215 ThrowWrongMethodTypeException(callee_type.Get(), GetType()); in WriteToShadowFrame()
228 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params); in WriteToShadowFrame()
[all …]
Demulated_stack_frame.h51 Handle<mirror::MethodType> callee_type,