Searched refs:PrintLog (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/toolchain/common/ |
H A D | log_wrapper.h | 67 static void PrintLog(LogLevel level, const char* fmt, ...); 74 #define LOGF(fmt, ...) StdLog::PrintLog(LogLevel::FATAL, fmt, ##__VA_ARGS__) 75 #define LOGE(fmt, ...) StdLog::PrintLog(LogLevel::ERROR, fmt, ##__VA_ARGS__) 76 #define LOGW(fmt, ...) StdLog::PrintLog(LogLevel::WARN, fmt, ##__VA_ARGS__) 77 #define LOGI(fmt, ...) StdLog::PrintLog(LogLevel::INFO, fmt, ##__VA_ARGS__) 78 #define LOGD(fmt, ...) StdLog::PrintLog(LogLevel::DEBUG, fmt, ##__VA_ARGS__)
|
H A D | log_wrapper.cpp | 44 void StdLog::PrintLog(LogLevel level, const char* fmt, ...) in PrintLog() function in OHOS::ArkCompiler::Toolchain::StdLog 58 void StdLog::PrintLog(LogLevel level, const char* fmt, ...) in PrintLog() function in OHOS::ArkCompiler::Toolchain::StdLog
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_utils.h | 108 void PrintLog() in PrintLog() function in panda::ecmascript::pgo::ConcurrentGuardValues 141 v_.PrintLog(); in ConcurrentGuard() 153 v_.PrintLog(); in ~ConcurrentGuard()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | pass.h | 290 visitor.PrintLog("escape Analysis"); in Run() 348 visitor.PrintLog("TSHCROptPass"); in Run() 418 visitor.PrintLog("TypedHCRLowering"); in Run() 434 visitor.PrintLog("TypedNativeInlineLowering"); in Run() 458 visitor.PrintLog("NTypeHCRLowering"); in Run() 479 visitor.PrintLog("MCRLowering"); in Run() 505 visitor.PrintLog("getEnvSpecializationPass"); in Run() 513 visitor.PrintLog("lexicalEnvSpecialization"); in Run() 663 visitor.PrintLog("early elimination"); in Run() 684 visitor.PrintLog("late in Run() [all...] |
H A D | combined_pass_visitor.h | 81 void PrintLog(const std::string& phaseName);
|
H A D | combined_pass_visitor.cpp | 263 void CombinedPassVisitor::PrintLog(const std::string& phaseName) in PrintLog() function in panda::ecmascript::kungfu::CombinedPassVisitor
|
Completed in 7 milliseconds