Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:errors

1706     StreamString errors;
1730 errors.Clear();
1732 if (!m_get_class_info_code->Install(errors, exe_ctx))
1735 log->Printf ("Failed to install implementation lookup: %s.", errors.GetData());
1770 errors.Clear();
1772 unsigned num_errors = m_get_class_info_function->CompileFunction(errors);
1776 log->Printf ("Error compiling function: \"%s\".", errors.GetData());
1780 errors.Clear();
1782 if (!m_get_class_info_function->WriteFunctionWrapper(exe_ctx, errors))
1785 log->Printf ("Error Inserting function: \"%s\".", errors.GetData());
1812 errors.Clear();
1819 errors))
1832 errors.Clear();
1837 errors,
1869 log->Printf("Error evaluating our find class name function: %s.\n", errors.GetData());
1875 log->Printf ("Error writing function arguments: \"%s\".", errors.GetData());
1952 StreamString errors;
1981 errors.Clear();
1983 if (!m_get_shared_cache_class_info_code->Install(errors, exe_ctx))
1986 log->Printf ("Failed to install implementation lookup: %s.", errors.GetData());
2021 errors.Clear();
2023 unsigned num_errors = m_get_shared_cache_class_info_function->CompileFunction(errors);
2027 log->Printf ("Error compiling function: \"%s\".", errors.GetData());
2031 errors.Clear();
2033 if (!m_get_shared_cache_class_info_function->WriteFunctionWrapper(exe_ctx, errors))
2036 log->Printf ("Error Inserting function: \"%s\".", errors.GetData());
2063 errors.Clear();
2070 errors))
2083 errors.Clear();
2088 errors,
2124 log->Printf("Error evaluating our find class name function: %s.\n", errors.GetData());
2130 log->Printf ("Error writing function arguments: \"%s\".", errors.GetData());