Searched refs:TAG (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/runtime_core/arkplatform/src/ |
D | arkplatform.cpp | 25 constexpr static auto TAG = "ArkPlatform"; in Create() local 26 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG}; in Create()
|
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/ |
D | CMakeLists.txt | 39 COMMENT "Generate TAG tests files" 52 COMMENT "Run generated TAG tests"
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_vm_api.cpp | 29 constexpr static auto TAG = "ArkEtsVm"; in LogPrint() local 30 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG}; in LogPrint()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | log.h | 58 constexpr static auto TAG = "ArkCompiler"; variable 59 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG};
|
D | log.cpp | 57 if (HiLogIsLoggable(ARK_DOMAIN, TAG, static_cast<LogLevel>(level))) { in GetHiLogLevel()
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_extended_features/ |
D | UI_Decorators_@Reusable.ets | 22 this.item = params.itemLogger.info(TAG, 'aboutToReuse-,item=' + this.item.toString())
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/ |
D | README.md | 58 -e, --exclude-tag TAG Exclude tags for tests 60 -i, --include-tag TAG Include tags for tests
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | README.md | 58 -e, --exclude-tag TAG Exclude tags for tests 60 -i, --include-tag TAG Include tags for tests
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.h | 395 constexpr static auto TAG = "ArkCompiler"; variable 396 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG};
|
/arkcompiler/runtime_core/static_core/docs/ |
D | doxygen.config | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|
/arkcompiler/runtime_core/docs/ |
D | doxygen.config | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|