Home
last modified time | relevance | path

Searched refs:DoInt64TracePoint (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/trace/
Dtrace.h34 void DoInt64TracePoint(const char *str, int64_t val);
66 internal::DoInt64TracePoint(str, val); in Int64TracePoint()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtrace.cpp45 void DoInt64TracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int64_t val) in DoInt64TracePoint() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtrace.cpp86 void DoInt64TracePoint(const char *str, int64_t val) in DoInt64TracePoint() function