Searched refs:GetConstJsHeapTraceNodeData (Results 1 – 7 of 7) sorted by relevance
722 …auto functionInfoIndex = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().FunctionInfoIndexs…724 auto count = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().Counts()[0];726 auto nodeSize = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().NodeSizes()[0];728 auto parentId = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().ParentIds()[0];730 …auto functionInfoIndex1 = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().FunctionInfoIndex…732 auto count1 = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().Counts()[1];734 auto nodeSize1 = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().NodeSizes()[1];736 auto parentId1 = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().ParentIds()[1];738 …auto functionInfoIndex2 = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().FunctionInfoIndex…740 auto count2 = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().Counts()[2];[all …]
40 …ase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapTraceNodeData().Size(… in Cursor()41 jsHeapTraceNode_(dataCache->GetConstJsHeapTraceNodeData()) in Cursor()
108 const JsHeapTraceNode& GetConstJsHeapTraceNodeData() const;
231 const JsHeapTraceNode& TraceDataCacheReader::GetConstJsHeapTraceNodeData() const in GetConstJsHeapTraceNodeData() function in SysTuning::TraceStreamer::TraceDataCacheReader