Searched refs:LABEL (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/arkplatform/src/ |
H A D | arkplatform.cpp | 26 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 D | ets_vm_api.cpp | 30 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 D | dynamicContext.h | 36 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 D | dynamicContext.h | 36 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 D | irnode.h | 49 LABEL
|
/arkcompiler/ets_frontend/es2panda/ir/ |
H A D | irnode.h | 50 LABEL
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | variableFlags.h | 28 _(LABEL, LabelDecl) \
|
H A D | declaration.h | 306 return DeclType::LABEL;
|
Completed in 7 milliseconds