Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles-inl.h109 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument
121 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue()
132 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument
136 callee_type, in ConvertArgumentValue()
138 callee_type->GetPTypes()->GetWithoutChecks(index), in ConvertArgumentValue()
143 Handle<mirror::MethodType> callee_type, in ConvertReturnValue() argument
145 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue()
155 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue()
168 Handle<mirror::MethodType> callee_type, in PerformConversions() argument
175 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in PerformConversions()
[all …]
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.cc196 Handle<mirror::MethodType> callee_type, in ConvertJValueCommon() argument
224 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
256 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
262 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
267 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
291 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
302 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
338 Handle<mirror::MethodType> callee_type, in ConvertAndCopyArgumentsFromCallerFrame() argument
345 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame()
349 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame()
[all …]
Dcommon_throws.h277 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type,
/art/runtime/mirror/
Demulated_stack_frame.cc149 Handle<mirror::MethodType> callee_type, in CreateFromShadowFrameAndArgs() argument
157 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs()
161 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get()); in CreateFromShadowFrameAndArgs()
169 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); in CreateFromShadowFrameAndArgs()
192 self, caller_type, callee_type, &getter, &setter, num_method_params)) { in CreateFromShadowFrameAndArgs()
200 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get()); in CreateFromShadowFrameAndArgs()
208 Handle<mirror::MethodType> callee_type, in WriteToShadowFrame() argument
212 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in WriteToShadowFrame()
216 ThrowWrongMethodTypeException(callee_type.Get(), GetType()); in WriteToShadowFrame()
229 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params); in WriteToShadowFrame()
Demulated_stack_frame.h50 Handle<mirror::MethodType> callee_type,