Searched refs:ThrowWrongMethodTypeException (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | var_handles.cc | 40 ThrowWrongMethodTypeException(mirror::MethodType::PrettyDescriptor(callee_type_), in operator ()() 128 ThrowWrongMethodTypeException(var_handle->PrettyDescriptorForAccessMode(access_mode), in VarHandleInvokeAccessorImpl()
|
D | common_throws.h | 279 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type, 283 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
|
D | common_throws.cc | 825 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException() function 827 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor()); in ThrowWrongMethodTypeException() 830 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() function
|
D | method_handles.cc | 707 ThrowWrongMethodTypeException(method_handle->GetMethodType(), callsite_type.Get()); in DoVarHandleInvokeTranslation() 733 ThrowWrongMethodTypeException(vh_type.Get(), mh_invoke_type.Get()); in DoVarHandleInvokeTranslation() 810 ThrowWrongMethodTypeException(method_handle->GetMethodType(), callsite_type.Get()); in MethodHandleInvokeExactInternal()
|
D | method_handles_test.cc | 53 ThrowWrongMethodTypeException("<callee-descriptor>", "<callsite-descriptor>"); in TryConversion()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 983 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod() 1011 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()
|