Searched refs:GetErrorString (Results 1 – 9 of 9) sorted by relevance
75 static const char *GetErrorString(enum ErrorCode pErrCode);
186 Compiler::GetErrorString(err)); in compileScript()210 Compiler::GetErrorString(compile_result)); in compileScript()
118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() function in Compiler171 ALOGE("%s (%s, features: %s)", GetErrorString(err), in Compiler()
184 std::string GetErrorString(BacktraceUnwindError error);
147 std::string Backtrace::GetErrorString(BacktraceUnwindError error) { in GetErrorString() function in Backtrace
205 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
337 << ": " << backtrace->GetErrorString(backtrace->GetError()) << ")" << std::endl; in DumpNativeStack()
280 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
515 << ": " << backtrace->GetErrorString(backtrace->GetError()) << ")"; in DumpThread()