Home
last modified time | relevance | path

Searched defs:Log (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
DerrorLogger.h27 std::vector<Error> const &Log() const in Log() function
Dhelpers.h230 void Helpers::Log(Elements &&...elems) in Log() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dlogger.py29 class Log: class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp80 void OptimizationPattern::Log(uint32 bbID) in Log() function in maplebe::OptimizationPattern
260 void OptimizeLogger::Log(const std::string &patternName) in Log() function in maplebe::OptimizeLogger
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp143 void Logger::Log(Level level, Component component, const std::string &str) in Log() function in ark::Logger
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp146 void Logger::Log(Level level, Component component, const std::string &str) in Log() function in panda::Logger
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp424 JSTaggedValue BuiltinsMath::Log(EcmaRuntimeCallInfo *argv) in Log() function in panda::ecmascript::builtins::BuiltinsMath
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp2312 HWTEST_F_L0(BuiltinsMathTest, Log) in HWTEST_F_L0() argument