Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc223 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
255 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
261 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
266 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
290 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
301 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
348 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame()
493 ThrowWrongMethodTypeException(target_type.Get(), callsite_type.Get()); in MethodHandleInvokeMethod()
1010 ThrowWrongMethodTypeException(method_handle->GetMethodType(), callsite_type.Get()); in DoVarHandleInvokeTranslation()
1028 ThrowWrongMethodTypeException(method_handle->GetMethodType(), callsite_type.Get()); in DoVarHandleInvokeTranslation()
[all …]
Dvar_handles.cc92 ThrowWrongMethodTypeException(var_handle->PrettyDescriptorForAccessMode(access_mode), in VarHandleInvokeAccessor()
Dcommon_throws.h274 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type,
278 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
Dcommon_throws.cc880 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException() function
882 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor()); in ThrowWrongMethodTypeException()
885 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() function
/art/runtime/mirror/
Demulated_stack_frame.cc161 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get()); in CreateFromShadowFrameAndArgs()
216 ThrowWrongMethodTypeException(callee_type.Get(), GetType()); in WriteToShadowFrame()
/art/runtime/interpreter/
Dinterpreter_common.cc1289 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()
1317 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()