Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/toolchain/inspector/
Dlog_wrapper.h59 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {
75 #define LOGF(fmt, ...) OHOS::HiviewDFX::HiLog::Fatal(LABEL, fmt, ##__VA_ARGS__)
76 #define LOGE(fmt, ...) OHOS::HiviewDFX::HiLog::Error(LABEL, fmt, ##__VA_ARGS__)
77 #define LOGW(fmt, ...) OHOS::HiviewDFX::HiLog::Warn(LABEL, fmt, ##__VA_ARGS__)
78 #define LOGI(fmt, ...) OHOS::HiviewDFX::HiLog::Info(LABEL, fmt, ##__VA_ARGS__)
79 #define LOGD(fmt, ...) OHOS::HiviewDFX::HiLog::Debug(LABEL, fmt, ##__VA_ARGS__)
/arkcompiler/ets_runtime/ecmascript/
Dlog.h58 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG}; variable
128 OHOS::HiviewDFX::HiLog::Debug(LABEL, "%{public}s", stream_.str().c_str()); in ~HiLog()
130 OHOS::HiviewDFX::HiLog::Info(LABEL, "%{public}s", stream_.str().c_str()); in ~HiLog()
132 OHOS::HiviewDFX::HiLog::Warn(LABEL, "%{public}s", stream_.str().c_str()); in ~HiLog()
134 OHOS::HiviewDFX::HiLog::Error(LABEL, "%{public}s", stream_.str().c_str()); in ~HiLog()
136 OHOS::HiviewDFX::HiLog::Fatal(LABEL, "%{public}s", stream_.str().c_str()); in ~HiLog()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp348 OHOS::HiviewDFX::HiLog::Debug(LABEL, "%{public}s", stream_.str().c_str()); in LogLineInternal()
351 OHOS::HiviewDFX::HiLog::Info(LABEL, "%{public}s", stream_.str().c_str()); in LogLineInternal()
354 OHOS::HiviewDFX::HiLog::Error(LABEL, "%{public}s", stream_.str().c_str()); in LogLineInternal()
357 OHOS::HiviewDFX::HiLog::Fatal(LABEL, "%{public}s", stream_.str().c_str()); in LogLineInternal()
360 OHOS::HiviewDFX::HiLog::Warn(LABEL, "%{public}s", stream_.str().c_str()); in LogLineInternal()
Dlogger.h396 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG}; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; enumerator
95 return DynamicContextType::LABEL; in Type()
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h50 LABEL enumerator
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts94 if (node.kind === IRNodeKind.LABEL) {
DcompilerStatistics.ts123 if (ins.kind === IRNodeKind.LABEL) {
/arkcompiler/ets_frontend/es2panda/compiler/templates/
Dformats.h.erb43 % return is_jump ? "OperandKind::LABEL" : "OperandKind::IMM"
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb186 LABEL,
388 super(IRNodeKind.LABEL, []);