Home
last modified time | relevance | path

Searched refs:GetConstJsHeapTraceNodeData (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_memory_test.cpp722 …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 …]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_trace_node_table.cpp40 …ase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapTraceNodeData().Size(… in Cursor()
41 jsHeapTraceNode_(dataCache->GetConstJsHeapTraceNodeData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/table/js_memory/
Djs_heap_trace_node_table.cpp40 …ase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapTraceNodeData().Size(… in Cursor()
41 jsHeapTraceNode_(dataCache->GetConstJsHeapTraceNodeData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h108 const JsHeapTraceNode& GetConstJsHeapTraceNodeData() const;
Dtrace_data_cache_reader.cpp231 const JsHeapTraceNode& TraceDataCacheReader::GetConstJsHeapTraceNodeData() const in GetConstJsHeapTraceNodeData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h108 const JsHeapTraceNode& GetConstJsHeapTraceNodeData() const;
Dtrace_data_cache_reader.cpp231 const JsHeapTraceNode& TraceDataCacheReader::GetConstJsHeapTraceNodeData() const in GetConstJsHeapTraceNodeData() function in SysTuning::TraceStreamer::TraceDataCacheReader