Searched refs:ThrowWrongMethodTypeException (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | method_handles.cc | 223 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 …]
|
D | var_handles.cc | 92 ThrowWrongMethodTypeException(var_handle->PrettyDescriptorForAccessMode(access_mode), in VarHandleInvokeAccessor()
|
D | common_throws.h | 274 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type, 278 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
|
D | common_throws.cc | 880 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/ |
D | emulated_stack_frame.cc | 161 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get()); in CreateFromShadowFrameAndArgs() 216 ThrowWrongMethodTypeException(callee_type.Get(), GetType()); in WriteToShadowFrame()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1289 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod() 1317 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()
|