Searched refs:GetConstJsHeapNodesData (Results 1 – 7 of 7) sorted by relevance
128 auto type = stream_.traceDataCache_->GetConstJsHeapNodesData().Types()[0];130 auto name = stream_.traceDataCache_->GetConstJsHeapNodesData().Names()[0];132 auto nodeId = stream_.traceDataCache_->GetConstJsHeapNodesData().NodeIds()[0];134 auto selfSize = stream_.traceDataCache_->GetConstJsHeapNodesData().SelfSizes()[0];136 auto edgeCount = stream_.traceDataCache_->GetConstJsHeapNodesData().EdgeCounts()[0];138 auto traceNodeId = stream_.traceDataCache_->GetConstJsHeapNodesData().TraceNodeIds()[0];140 auto detachedNess = stream_.traceDataCache_->GetConstJsHeapNodesData().DetachedNess()[0];302 auto type = stream_.traceDataCache_->GetConstJsHeapNodesData().Types()[0];304 auto name = stream_.traceDataCache_->GetConstJsHeapNodesData().Names()[0];306 auto nodeId = stream_.traceDataCache_->GetConstJsHeapNodesData().NodeIds()[0];[all …]
43 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapNodesData().S… in Cursor()44 jsHeapNodes_(dataCache->GetConstJsHeapNodesData()) in Cursor()
104 const JsHeapNodes& GetConstJsHeapNodesData() const;
215 const JsHeapNodes& TraceDataCacheReader::GetConstJsHeapNodesData() const in GetConstJsHeapNodesData() function in SysTuning::TraceStreamer::TraceDataCacheReader