Searched refs:GetConstJsHeapSampleData (Results 1 – 7 of 7) sorted by relevance
37 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapSampleData().… in Cursor()38 jsHeapSample_(dataCache->GetConstJsHeapSampleData()) in Cursor()
470 auto timeStampUs = stream_.traceDataCache_->GetConstJsHeapSampleData().TimeStampUs()[0];472 auto lastAssignedIds = stream_.traceDataCache_->GetConstJsHeapSampleData().LastAssignedIds()[0];474 auto timeStampUs1 = stream_.traceDataCache_->GetConstJsHeapSampleData().TimeStampUs()[1];476 … auto lastAssignedIds1 = stream_.traceDataCache_->GetConstJsHeapSampleData().LastAssignedIds()[1];478 auto timeStampUs2 = stream_.traceDataCache_->GetConstJsHeapSampleData().TimeStampUs()[2];480 … auto lastAssignedIds2 = stream_.traceDataCache_->GetConstJsHeapSampleData().LastAssignedIds()[2];482 auto timeStampUs3 = stream_.traceDataCache_->GetConstJsHeapSampleData().TimeStampUs()[3];484 … auto lastAssignedIds3 = stream_.traceDataCache_->GetConstJsHeapSampleData().LastAssignedIds()[3];
105 const JsHeapSample& GetConstJsHeapSampleData() const;
219 const JsHeapSample& TraceDataCacheReader::GetConstJsHeapSampleData() const in GetConstJsHeapSampleData() function in SysTuning::TraceStreamer::TraceDataCacheReader