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.cpp409 << ErrorToString({"old method", fm}, 1) << '\n' in MergeForeignMethod()
410 << ErrorToString({"new method", meth}, 1); in MergeForeignMethod()
499 << ErrorToString({"field", ff}, 1) << '\n' in MergeForeignField()
500 << ErrorToString({"new base", fieldKlass}, 1); in MergeForeignField()
636 LOG(DEBUG, STATIC_LINKER) << "defer annotation transferring due to" << ErrorToString(ed, 1); in AddAnnotationImpl()
Dlinker_context_misc.cpp307 o << "\n" << ErrorToString(d, 1); in Error()
Dlinker_context.h280 ErrorToStringWrapper ErrorToString(ErrorDetail error, size_t indent = 0)
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp31 BUILTINS_API_TRACE(argv->GetThread(), Error, ErrorToString); in ToString()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h617 …V(ErrorToString, ERROR_TO_STRING_INDEX, "[object Error]") …
Druntime_call_id.h447 V(Error, ErrorToString) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp200 HWTEST_F_L0(BuiltinsErrorsTest, ErrorToString) in HWTEST_F_L0() argument