Searched refs:AceTraceBeginWithArgs (Results 1 – 5 of 5) sorted by relevance
50 AceTraceBeginWithArgs(fmt, ##__VA_ARGS__); \60 AceTraceBeginWithArgs(fmt, ##__VA_ARGS__); \85 bool ACE_EXPORT AceTraceBeginWithArgs(const char* format, ...) __attribute__((__format__(printf, 1,…
47 bool AceTraceBeginWithArgs(const char* format, ...) in AceTraceBeginWithArgs() function
42 bool AceTraceBeginWithArgs(const char* /* format */, ...) in AceTraceBeginWithArgs() function
378 …traceEnabled = AceTraceBeginWithArgs("ExecuteJS[%s]", GetHandle()->GetName(vm)->ToString(vm).c_str… in Call()
454 AceTraceBeginWithArgs("keyframe duration%d", keyframe.duration); in StartKeyframeAnimation()