| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 121 Message(Level level, Component component, bool print_system_error) in Message() 167 void WriteMobileLog(Level level, const char *component, const char *message) in WriteMobileLog() 196 static bool IsLoggingOn(Level level, Component component) in IsLoggingOn() 202 static bool IsLoggingOnOrAbort(Level level, Component component) in IsLoggingOnOrAbort() 248 static void EnableComponent(Component component) in EnableComponent() 254 static void EnableComponent(const ComponentMask &component) in EnableComponent() 260 static void DisableComponent(Component component) in DisableComponent() 430 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component, in LogLineInternal() 475 #define LOG_ONCE(level, component) \ argument 481 #define _LOG_SUPPRESSION_CHECK(level, component) \ argument [all …]
|
| D | logger.cpp | 86 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed() 146 void Logger::Log(Level level, Component component, const std::string &str) in Log() 177 std::string GetPrefix(Logger::Level level, Logger::Component component) in GetPrefix() 329 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 335 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 342 void HiLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 368 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | logger.h | 119 PANDA_PUBLIC_API Message(Level level, Component component, bool printSystemError) in Message() 165 void WriteMobileLog(Level level, const char *component, const char *message) in WriteMobileLog() 194 static bool IsLoggingOn(Level level, Component component) in IsLoggingOn() 200 PANDA_PUBLIC_API static bool IsLoggingOnOrAbort(Level level, Component component) in IsLoggingOnOrAbort() 255 static void EnableComponent(Component component) in EnableComponent() 261 static void EnableComponent(ComponentMask component) in EnableComponent() 267 static void DisableComponent(Component component) in DisableComponent() 440 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component, 485 #define LOG_ONCE(level, component) \ argument 491 #define LOG_SUPPRESSION_CHECK(level, component) \ argument [all …]
|
| D | logger.cpp | 92 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed() 147 void Logger::Log(Level level, Component component, const std::string &str) in Log() 177 static std::string GetPrefix(Logger::Level level, const char *component) in GetPrefix() 324 void Logger::DefaultFormatter(FILE *stream, int level, const char *component, const char *message) in DefaultFormatter() 333 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 338 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 343 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/options/logger/ |
| D | ani_option_logger_callback.h | 25 std::string component; member 31 inline void LoggerCallback([[maybe_unused]] FILE *stream, int level, const char *component, const c… in LoggerCallback()
|
| /arkcompiler/ets_runtime/common_components/log/ |
| D | log.h | 57 static inline bool LogIsLoggable(Level level, Component component) in LogIsLoggable() 67 static inline std::string GetComponentStr(Component component) in GetComponentStr() 207 #define ARK_LOG(level, component) common::Log::LogIsLoggable(Level::level, component) && \ argument 210 #define ARK_LOG(level, component) common::AndroidLog<(Level::level)>() argument 213 #define ARK_LOG(level, component) ((Level::level >= Level::INFO) || \ argument 217 #define ARK_LOG(level, component) common::Log::LogIsLoggable(Level::level, component) && \ argument
|
| D | log_base.h | 67 ComponentMark component; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/platform/ohos/ |
| D | logger.cpp | 23 void DefaultLogger([[maybe_unused]] FILE *stream, int level, const char *component, const char *msg) in DefaultLogger()
|
| /arkcompiler/toolchain/tooling/static/connection/asio/ |
| D | ws_logger.cpp | 40 auto component = Logger::Component::DEBUGGER; in write() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/ |
| D | ws_logger.cpp | 40 auto component = Logger::Component::DEBUGGER; in write() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm_api.cpp | 24 static void LogPrint([[maybe_unused]] int id, int level, const char *component, [[maybe_unused]] co… in LogPrint() 73 …gPrint([[maybe_unused]] int id, [[maybe_unused]] int level, [[maybe_unused]] const char *component, in LogPrint()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Console.cpp | 47 void LogPrint(ConsoleLevel level, const char *component, const char *msg) in LogPrint()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_inlining.cpp | 99 llvm::PreservedAnalyses IrtocInlineChecker::run(llvm::LazyCallGraph::SCC &component, in run()
|
| /arkcompiler/jsvm/ |
| D | bundle.json | 12 "component": { object
|
| /arkcompiler/ets_frontend/ |
| D | bundle.json | 9 "component": { object
|
| /arkcompiler/toolchain/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_invoke_interface.cpp | 170 static void EtsMobileLogPrint(int id, int level, const char *component, const char *fmt, const char… in EtsMobileLogPrint()
|
| /arkcompiler/ets_runtime/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | result.py | 191 component: str = 'Doclet' variable in TestResult
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | array-inl.h | 352 auto *component = klass->GetComponentType(); in CreateMultiDimensionalArray() local
|
| /arkcompiler/runtime_core/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 290 int32_t InteropIntrinsicOptimization::GetParentComponent(int32_t component) in GetParentComponent()
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | tsconfig-sdk.json | 756 "component": { object
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 187 auto *component = klass->GetComponentType(); in CreateMultiArrayRecEntrypoint() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1072 auto component = targetType->AsETSUnionType()->GetAssignableType(this, sourceType); in ResolveSmartType() local
|