Home
last modified time | relevance | path

Searched refs:TRACE (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dtrace.cpp34 LOG(ERROR, TRACE) << "Already init."; in DoInit()
44 LOG(INFO, TRACE) << "Cannot init, " << PANDA_TRACE_KEY << "=" << panda_trace_val; in DoInit()
51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
55 LOG(INFO, TRACE) << "Trace enabled"; in DoInit()
64 LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dtrace.cpp34 LOG(ERROR, TRACE) << "Already init."; in DoInit()
44 LOG(INFO, TRACE) << "Cannot init, " << PANDA_TRACE_KEY << "=" << pandaTraceVal; in DoInit()
51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
55 LOG(INFO, TRACE) << "Trace enabled"; in DoInit()
64 LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dtrace.cpp26 LOG(ERROR, TRACE) << "Tracing not implemented for this platform."; in DoInit()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dtrace.cpp26 LOG(ERROR, TRACE) << "Tracing not implemented for this platform."; in DoInit()
/arkcompiler/ets_runtime/ecmascript/
H A Dlog_wrapper.h30 #define LOG_TRACE(level) ARK_LOG(level, Component::TRACE)
H A Dlog.h59 TRACE = 1ULL << 6ULL, enumerator
110 case Component::TRACE: in GetComponentStr()
H A Dlog.cpp187 components_ |= Component::TRACE; in SetLogComponentFromString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h64 * @param params parameters to be passed to the TRACE entrypoint, first parameter must be TraceId value.
80 EmitCallRuntimeCode(nullptr, EntrypointId::TRACE); in InsertTrace()

Completed in 5 milliseconds