Home
last modified time | relevance | path

Searched refs:ErrorToString (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp366 << ErrorToString({"old method", fm}, 1) << '\n' in MergeForeignMethod()
367 << ErrorToString({"new method", meth}, 1); in MergeForeignMethod()
456 << ErrorToString({"field", ff}, 1) << '\n' in MergeForeignField()
457 << ErrorToString({"new base", fieldKlass}, 1); in MergeForeignField()
593 LOG(DEBUG, STATIC_LINKER) << "defer annotation transferring due to" << ErrorToString(ed, 1); in AddAnnotationImpl()
Dlinker_context.h267 ErrorToStringWrapper ErrorToString(ErrorDetail error, size_t indent = 0)
Dlinker_context_misc.cpp307 o << "\n" << ErrorToString(d, 1); in Error()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp38 BUILTINS_API_TRACE(argv->GetThread(), Error, ErrorToString); in ToString()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h467 …V(ErrorToString, ERROR_TO_STRING_INDEX, "[object Error]") …
Druntime_call_id.h394 V(Error, ErrorToString) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp224 HWTEST_F_L0(BuiltinsErrorsTest, ErrorToString) in HWTEST_F_L0() argument