Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/
Dmain.py69 def main_cycle(config: Config, logger: Log) -> int:
100 def launch_runners(runner: Runner, logger: Log, config: Config, repeat: int, repeat_str: str) -> in…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dlogger.py29 class Log: class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dlogger.py28 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/ets_frontend/ets2panda/util/
DdiagnosticEngine.h84 void Log([[maybe_unused]] const ThrowableDiagnostic &error) in Log() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp147 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