Searched refs:GetConstJsHeapEdgesData (Results 1 – 7 of 7) sorted by relevance
211 auto edgeType = stream_.traceDataCache_->GetConstJsHeapEdgesData().Types()[0];213 auto nameOrIndex = stream_.traceDataCache_->GetConstJsHeapEdgesData().NameOrIndexs()[0];215 auto toNodes = stream_.traceDataCache_->GetConstJsHeapEdgesData().ToNodes()[0];217 auto fromNodeId = stream_.traceDataCache_->GetConstJsHeapEdgesData().FromNodeIds()[0];219 auto fromNodeId1 = stream_.traceDataCache_->GetConstJsHeapEdgesData().FromNodeIds()[1];221 auto fromNodeId2 = stream_.traceDataCache_->GetConstJsHeapEdgesData().FromNodeIds()[2];223 auto fromNodeId3 = stream_.traceDataCache_->GetConstJsHeapEdgesData().FromNodeIds()[3];225 auto fromNodeId4 = stream_.traceDataCache_->GetConstJsHeapEdgesData().FromNodeIds()[4];384 auto edgeType = stream_.traceDataCache_->GetConstJsHeapEdgesData().Types()[0];386 auto nameOrIndex = stream_.traceDataCache_->GetConstJsHeapEdgesData().NameOrIndexs()[0];[all …]
41 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapEdgesData().S… in Cursor()42 jsHeapEdges_(dataCache->GetConstJsHeapEdgesData()) in Cursor()
101 const JsHeapEdges& GetConstJsHeapEdgesData() const;
203 const JsHeapEdges& TraceDataCacheReader::GetConstJsHeapEdgesData() const in GetConstJsHeapEdgesData() function in SysTuning::TraceStreamer::TraceDataCacheReader