Lines Matching refs:Tracing
33 Tracing::Tracing(const EcmaVM *vm) : vm_(vm) in Tracing() function in panda::ecmascript::Tracing
39 Tracing::~Tracing() in ~Tracing()
43 void Tracing::StartTracing(std::string &categories) in StartTracing()
64 std::unique_ptr<std::vector<TraceEvent>> Tracing::StopTracing() in StopTracing()
79 uint64_t Tracing::GetTimeStamp() in GetTimeStamp()
88 void Tracing::RecordTraceEvent(TraceEvent &event) in RecordTraceEvent()
96 void Tracing::TraceEventRecordTracingStart() in TraceEventRecordTracingStart()
114 void Tracing::TraceEventRecordMemory() in TraceEventRecordMemory()
131 void Tracing::TraceEventRecordCpuProfilerStart(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerStart()
145 void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &… in TraceEventRecordCpuProfiler()
177 void Tracing::TraceEventUpdateCpuProfiler(struct ProfileInfo *profileInfo) in TraceEventUpdateCpuProfiler()
254 void Tracing::TraceEventRecordCpuProfilerEnd(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerEnd()
268 void Tracing::GetBufferUseage(double &percentFull, uint32_t &eventCount, double &value) in GetBufferUseage()
275 void Tracing::LoadModule([[maybe_unused]] std::string_view name, [[maybe_unused]] std::string_view) in LoadModule()
279 void Tracing::BytecodePcChanged([[maybe_unused]] JSThread *thread, [[maybe_unused]] JSHandle<Method… in BytecodePcChanged()
284 bool Tracing::HandleDebuggerStmt([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] uint32_… in HandleDebuggerStmt()
288 void Tracing::VmStart() in VmStart()
292 void Tracing::VmDeath() in VmDeath()
296 void Tracing::NativeCalling([[maybe_unused]] const void *nativeAddress) in NativeCalling()
300 void Tracing::NativeReturn([[maybe_unused]] const void *nativeAddress) in NativeReturn()
304 void Tracing::MethodEntry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTag… in MethodEntry()
308 void Tracing::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit()