Home
last modified time | relevance | path

Searched refs:functionIndex (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts24 functionIndex: 0,
43 functionIndex: 324,
65 functionIndex: 44,
147 functionIndex: 0,
166 functionIndex: 0,
187 functionIndex: 6,
206 functionIndex: 33,
227 functionIndex: 1,
246 functionIndex: 57,
327 functionIndex: 35,
/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts46 if (keyMap.has(node.name + node.functionIndex)) {
47 let uniqueNode = keyMap.get(node.name + node.functionIndex);
57 keyMap.set(node.name + node.functionIndex, node);
77 functionList.push(this.fileStruct.snapshotStruct.functionInfos[node.functionIndex]);
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts46 if (keyMap.has(node.name + node.functionIndex)) {
47 let uniqueNode = keyMap.get(node.name + node.functionIndex);
57 keyMap.set(node.name + node.functionIndex, node);
77 functionList.push(this.fileStruct.snapshotStruct.functionInfos[node.functionIndex]);
/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts135 functionIndex = -1; property in AllocationFunction
/developtools/profiler/host/smartperf/ide/src/js-heap/model/
DUiStruct.ts135 functionIndex = -1; property in AllocationFunction
/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/trace_data/
Dtrace_stdtype.cpp2665 uint32_t functionIndex, in AppendNewData() argument
2674 functionIndexs_.emplace_back(functionIndex); in AppendNewData()
Dtrace_stdtype.h2228 uint32_t functionIndex,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2714 uint32_t functionIndex, in AppendNewData() argument
2723 functionIndexs_.emplace_back(functionIndex); in AppendNewData()
Dtrace_stdtype.h2261 uint32_t functionIndex,