Home
last modified time | relevance | path

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

/art/runtime/
Dvar_handles.cc40 ThrowWrongMethodTypeException(mirror::MethodType::PrettyDescriptor(callee_type_), in operator ()()
128 ThrowWrongMethodTypeException(var_handle->PrettyDescriptorForAccessMode(access_mode), in VarHandleInvokeAccessorImpl()
Dcommon_throws.h279 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type,
283 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
Dcommon_throws.cc825 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
Dmethod_handles.cc707 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()
Dmethod_handles_test.cc53 ThrowWrongMethodTypeException("<callee-descriptor>", "<callsite-descriptor>"); in TryConversion()
/art/runtime/interpreter/
Dinterpreter_common.cc983 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()
1011 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod()