Home
last modified time | relevance | path

Searched refs:functionInfoIndex (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts145 traceNode.functionIndex = row.functionInfoIndex;
/developtools/profiler/host/smartperf/ide/src/js-heap/
DLoadDatabase.ts149 traceNode.functionIndex = row.functionInfoIndex;
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp233 uint32_t functionInfoIndex; member
241 functionInfoIndex = 0; in ParentFunc()
261 item->functionInfoIndex = array[i * singleLength + OFFSET_FIRST]; in parse_trace_node()
279 v.functionInfoIndexes.emplace_back(func->functionInfoIndex); in from_json()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp233 uint32_t functionInfoIndex; member
241 functionInfoIndex = 0; in ParentFunc()
261 item->functionInfoIndex = array[i * singleLength + OFFSET_FIRST]; in parse_trace_node()
279 v.functionInfoIndexes.emplace_back(func->functionInfoIndex); in from_json()
/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_memory_test.cpp722 …auto functionInfoIndex = stream_.traceDataCache_->GetConstJsHeapTraceNodeData().FunctionInfoIndexs… variable
723 EXPECT_EQ(0, functionInfoIndex);
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2719 uint32_t functionInfoIndex, in AppendNewData() argument
2726 functionInfoIndexs_.emplace_back(functionInfoIndex); in AppendNewData()
Dtrace_stdtype.h2271 uint32_t functionInfoIndex,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2768 uint32_t functionInfoIndex, in AppendNewData() argument
2775 functionInfoIndexs_.emplace_back(functionInfoIndex); in AppendNewData()
Dtrace_stdtype.h2304 uint32_t functionInfoIndex,