Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/arkplatform/src/
H A Darkplatform.cpp26 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG}; in Create() local
27 OHOS::HiviewDFX::HiLog::Info(LABEL, "%{public}s", "Hello from arkplatform"); in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp30 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG}; in LogPrint() local
33 OHOS::HiviewDFX::HiLog::Debug(LABEL, "%{public}s", msg); in LogPrint()
36 OHOS::HiviewDFX::HiLog::Info(LABEL, "%{public}s", msg); in LogPrint()
39 OHOS::HiviewDFX::HiLog::Error(LABEL, "%{public}s", msg); in LogPrint()
42 OHOS::HiviewDFX::HiLog::Fatal(LABEL, "%{public}s", msg); in LogPrint()
45 OHOS::HiviewDFX::HiLog::Warn(LABEL, "%{public}s", msg); in LogPrint()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; member in panda::es2panda::panda::es2panda::compiler::DynamicContextType
95 return DynamicContextType::LABEL;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY, TRAP }; member in ark::es2panda::ark::es2panda::compiler::DynamicContextType
106 return DynamicContextType::LABEL;
/arkcompiler/ets_frontend/ets2panda/ir/
H A Dirnode.h49 LABEL
/arkcompiler/ets_frontend/es2panda/ir/
H A Dirnode.h50 LABEL
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DvariableFlags.h28 _(LABEL, LabelDecl) \
H A Ddeclaration.h306 return DeclType::LABEL;

Completed in 7 milliseconds