Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_memory_test.cpp128 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 …]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_nodes_table.cpp43 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapNodesData().S… in Cursor()
44 jsHeapNodes_(dataCache->GetConstJsHeapNodesData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/table/js_memory/
Djs_heap_nodes_table.cpp43 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsHeapNodesData().S… in Cursor()
44 jsHeapNodes_(dataCache->GetConstJsHeapNodesData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h104 const JsHeapNodes& GetConstJsHeapNodesData() const;
Dtrace_data_cache_reader.cpp215 const JsHeapNodes& TraceDataCacheReader::GetConstJsHeapNodesData() const in GetConstJsHeapNodesData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h104 const JsHeapNodes& GetConstJsHeapNodesData() const;
Dtrace_data_cache_reader.cpp215 const JsHeapNodes& TraceDataCacheReader::GetConstJsHeapNodesData() const in GetConstJsHeapNodesData() function in SysTuning::TraceStreamer::TraceDataCacheReader