Searched refs:GetConstJsCpuProfilerNodeData (Results 1 – 4 of 4) sorted by relevance
100 auto size = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Size();102 auto scriptId = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().ScriptIds()[0];104 auto url = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Urls()[0];106 auto lineNumber = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().LineNumbers()[0];108 auto columnNumber = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().ColumnNumbers()[0];110 auto hitCount = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().HitCounts()[0];113 auto size1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Size();115 auto scriptId1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().ScriptIds()[1];117 auto url1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Urls()[1];119 auto lineNumber1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().LineNumbers()[1];[all …]
53 …se::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsCpuProfilerNodeData().Size… in Cursor()54 jsCpuProfilerNodes_(dataCache->GetConstJsCpuProfilerNodeData()) in Cursor()
109 const JsCpuProfilerNode& GetConstJsCpuProfilerNodeData() const;
235 const JsCpuProfilerNode& TraceDataCacheReader::GetConstJsCpuProfilerNodeData() const in GetConstJsCpuProfilerNodeData() function in SysTuning::TraceStreamer::TraceDataCacheReader