Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h107 PANDA_PUBLIC_API Message(Level level, Component component, bool printSystemError) in Message()
150 void WriteMobileLog(Level level, const char *component, const char *message) in WriteMobileLog()
179 static bool IsLoggingOn(Level level, Component component) in IsLoggingOn()
185 PANDA_PUBLIC_API static bool IsLoggingOnOrAbort(Level level, Component component) in IsLoggingOnOrAbort()
240 static void EnableComponent(Component component) in EnableComponent()
246 static void EnableComponent(ComponentMask component) in EnableComponent()
252 static void DisableComponent(Component component) in DisableComponent()
404 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component,
449 #define LOG_ONCE(level, component) \ argument
455 #define _LOG_SUPPRESSION_CHECK(level, component) \ argument
[all …]
Dlogger.cpp87 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed()
143 void Logger::Log(Level level, Component component, const std::string &str) in Log()
174 std::string GetPrefix(Logger::Level level, Logger::Component component) in GetPrefix()
308 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
314 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
320 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h121 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 …]
Dlogger.cpp95 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed()
155 void Logger::Log(Level level, Component component, const std::string &str) in Log()
186 std::string GetPrefix(Logger::Level level, Logger::Component component) in GetPrefix()
338 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
344 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
351 void HiLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
377 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
/arkcompiler/ets_runtime/ecmascript/
Dlog.h82 static inline bool LogIsLoggable(Level level, Component component) in LogIsLoggable()
92 static inline std::string GetComponentStr(Component component) in GetComponentStr()
228 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \ argument
231 #define ARK_LOG(level, component) panda::ecmascript::AndroidLog<(level)>() argument
234 #define ARK_LOG(level, component) ((level >= INFO) || panda::ecmascript::Log::LogIsLoggable(level, … argument
237 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \ argument
Dlog.cpp149 for (const auto &component : components) { in SetLogComponentFromString() local
/arkcompiler/toolchain/build/third_party_gn/cJSON/
Ddummy_bundle.json2 "component": { object
/arkcompiler/toolchain/build/third_party_gn/libuv/
Ddummy_bundle.json2 "component": { object
/arkcompiler/toolchain/build/third_party_gn/json/
Ddummy_bundle.json2 "component": { object
/arkcompiler/toolchain/build/third_party_gn/openssl/
Ddummy_bundle.json2 "component": { object
/arkcompiler/toolchain/build/third_party_gn/zlib/
Ddummy_bundle.json2 "component": { object
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dws_logger.cpp40 auto component = Logger::Component::DEBUGGER; in write() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp24 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/toolchain/build/third_party_gn/bounds_checking_function/
Ddummy_bundle.json2 "component": { object
/arkcompiler/ets_frontend/
Dbundle.json9 "component": { object
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dark_inlining.cpp99 llvm::PreservedAnalyses IrtocInlineChecker::run(llvm::LazyCallGraph::SCC &component, in run()
/arkcompiler/toolchain/
Dbundle.json13 "component": { object
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp116 static void EtsMobileLogPrint(int id, int level, const char *component, const char *fmt, const char… in EtsMobileLogPrint()
/arkcompiler/ets_runtime/
Dbundle.json13 "component": { object
/arkcompiler/runtime_core/
Dbundle.json13 "component": { object
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h267 auto *component = klass->GetComponentType(); in CreateMultiDimensionalArray() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py191 component: str = 'Doclet' variable in TestResult
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp290 int32_t InteropIntrinsicOptimization::GetParentComponent(int32_t component) in GetParentComponent()
/arkcompiler/toolchain/build/third_party_gn/icu/
Ddummy_bundle.json2 "component": { object
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp185 auto *component = klass->GetComponentType(); in CreateMultiArrayRecEntrypoint() local