Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles-inl.h35 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument
47 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue()
58 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument
62 callee_type, in ConvertArgumentValue()
64 callee_type->GetPTypes()->GetWithoutChecks(index), in ConvertArgumentValue()
69 Handle<mirror::MethodType> callee_type, in ConvertReturnValue() argument
71 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue()
81 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue()
94 Handle<mirror::MethodType> callee_type, in PerformConversions() argument
101 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in PerformConversions()
[all …]
Dmethod_handles.h50 Handle<mirror::MethodType> callee_type,
61 Handle<mirror::MethodType> callee_type,
72 Handle<mirror::MethodType> callee_type,
123 Handle<mirror::MethodType> callee_type,
Dmethod_handles.cc193 Handle<mirror::MethodType> callee_type, in ConvertJValueCommon() argument
221 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
253 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
259 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
264 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
288 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
299 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
335 Handle<mirror::MethodType> callee_type, in ConvertAndCopyArgumentsFromCallerFrame() argument
342 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame()
346 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame()
[all …]
Dcommon_throws.h273 void ThrowWrongMethodTypeException(mirror::MethodType* callee_type,
/art/runtime/mirror/
Demulated_stack_frame.cc145 Handle<mirror::MethodType> callee_type, in CreateFromShadowFrameAndArgs() argument
153 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs()
157 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get()); in CreateFromShadowFrameAndArgs()
165 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); in CreateFromShadowFrameAndArgs()
189 self, caller_type, callee_type, &getter, &setter, num_method_params)) { in CreateFromShadowFrameAndArgs()
197 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get()); in CreateFromShadowFrameAndArgs()
205 Handle<mirror::MethodType> callee_type, in WriteToShadowFrame() argument
209 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in WriteToShadowFrame()
213 ThrowWrongMethodTypeException(callee_type.Get(), GetType()); in WriteToShadowFrame()
226 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params); in WriteToShadowFrame()
Demulated_stack_frame.h49 Handle<mirror::MethodType> callee_type,