Home
last modified time | relevance | path

Searched refs:GetConstJsCpuProfilerNodeData (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_cpu_profiler_node_table.cpp53 …se::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsCpuProfilerNodeData().Size… in Cursor()
54 jsCpuProfilerNodes_(dataCache->GetConstJsCpuProfilerNodeData()) in Cursor()
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/arkts/
Djs_cpu_profiler_test.cpp122 auto jsCpuProfilerNodeData = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData();
215 EXPECT_EQ(0, stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Size());
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h119 const JsCpuProfilerNode &GetConstJsCpuProfilerNodeData() const;
Dtrace_data_cache_reader.cpp226 const JsCpuProfilerNode &TraceDataCacheReader::GetConstJsCpuProfilerNodeData() const in GetConstJsCpuProfilerNodeData() function in SysTuning::TraceStreamer::TraceDataCacheReader