Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp70 WARN(kLncWarn, "snprintf_s failed in mpl_logging.cpp"); in EmitLogForDevelop()
79 WARN(kLncWarn, "vsnprintf_s failed "); in EmitLogForDevelop()
87 WARN(kLncWarn, "snprintf_s failed"); in EmitLogForDevelop()
95 WARN(kLncWarn, "snprintf_s failed"); in EmitLogForDevelop()
111 WARN(kLncWarn, "snprintf_s failed"); in EmitLogForUser()
119 WARN(kLncWarn, "vsnprintf_s failed"); in EmitLogForUser()
148 WARN(kLncWarn, "snprintf_s failed"); in EmitErrorMessage()
155 WARN(kLncWarn, "vsnprintf_s failed"); in EmitErrorMessage()
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp36 level = Level::WARN; in ConvertToLevel()
81 case LOG_LEVEL::WARN: in ConvertFromRuntime()
82 logLevel = Level::WARN; in ConvertFromRuntime()
106 case Level::WARN: in LevelToString()
133 level_ = WARN; in SetLogLevelFromString()
201 case Logger::PandaLog2MobileLog::WARN: in PrintLogger()
202 LOG_ECMA(WARN) << message; in PrintLogger()
227 level_ = WARN; in Initialize()
269 PUBLIC_API AndroidLog<WARN>::~AndroidLog() in ~AndroidLog()
Dlog.h35 WARN, enumerator
Decma_context.cpp900 … LOG_ECMA(WARN) << "Load " << anFile << " failed. Destroy aot data and rollback to interpreter"; in LoadAOTFiles()
907 … LOG_ECMA(WARN) << "Load " << aiFile << " failed. Destroy aot data and rollback to interpreter"; in LoadAOTFiles()
Djs_tagged_value.cpp985 LOG_ECMA(WARN) << "GetAllPropertyKeys do not support TypedArray yet"; in GetAllPropertyKeys()
989 LOG_ECMA(WARN) << "GetAllPropertyKeys do not support SpecialContainer yet"; in GetAllPropertyKeys()
993 LOG_ECMA(WARN) << "GetAllPropertyKeys do not support ModuleNamespace yet"; in GetAllPropertyKeys()
/arkcompiler/toolchain/common/
Dlog_wrapper.h49 WARN, enumerator
73 #define LOGW(fmt, ...) StdLog::PrintLog(LogLevel::WARN, fmt, ##__VA_ARGS__)
Dlog_wrapper.cpp80 case LogLevel::WARN: in PrintLog()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp57 LOG_ECMA(WARN) << "File path is illeage"; in RealPath()
62 LOG_ECMA(WARN) << "File path:" << path << " full path failure"; in RealPath()
/arkcompiler/ets_frontend/test262/
DREADME.md117 npm WARN ts2panda@1.0.0 No description
118 npm WARN ts2panda@1.0.0 No repository field.
119 npm WARN ts2panda@1.0.0 No license field.
120 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
121 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os"…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp44 case panda::Logger::PandaLog2MobileLog::WARN: in LogPrint()
64 case panda::Logger::PandaLog2MobileLog::WARN: in LogPrint()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pgo_processor.h33 LOG_COMPILER(WARN) << "No valid ap files found in : " << mainPkgArgs->GetPgoDir(); in MergeAndRemoveRuntimeAp()
Dohos_pkg_args.h412 LOG_COMPILER(WARN) << "No available ap files found in " << pkgArgs->GetPgoDir(); in ParseProfilerPath()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h62 WARN, enumerator
170 mlogLevel = PandaLog2MobileLog::WARN; in WriteMobileLog()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py40 'warn': logging.WARN,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_logging.h262 #define WARN(num, fmt, ...) \ macro
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp44 LOG_ECMA(WARN) << "File path is illeage"; in RealPath()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h64 WARN, enumerator
175 mlog_level = PandaLog2MobileLog::WARN; in WriteMobileLog()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp60 LOG_ECMA(WARN) << "File not exist. file: " << realPath; in Load()
Dstub_file_info.cpp70 LOG_ECMA(WARN) << "File not exist. file: " << realPath; in MmapLoad()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp134 case panda::Logger::PandaLog2MobileLog::WARN: in EtsMobileLogPrint()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp47 LOG_DEBUGGER(WARN) << "SetBreakpoint: Breakpoint already exists"; in SetBreakpoint()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp161WARN(kLncWarn, "ClassInit::ProcessFunc: Skip INCOMPLETE type %s", className.c_str()); in ProcessFunc()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp307 LOG_ECMA(WARN) << "HeapSnapshotJSONSerializer::SerializeString, str is not utf-8"; in SerializeString()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp574 LOG_COMPILER(WARN) << "error: code size of generated an file is empty!"; in SaveAOTFile()
595 LOG_COMPILER(WARN) << "error: code size of generated an file is empty!"; in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h147 WARN = 5, enumerator

12