Home | History | Annotate | Download | only in runtime

Lines Matching refs:ThrowWrongMethodTypeException

880 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type,
882 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor());
885 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,