Searched refs:functionIndex (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | Allocation.test.ts | 22 functionIndex: 0, 41 functionIndex: 324, 63 functionIndex: 44, 145 functionIndex: 0, 164 functionIndex: 0, 185 functionIndex: 6, 204 functionIndex: 33, 225 functionIndex: 1, 244 functionIndex: 57, 325 functionIndex: 35,
|
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | Allocation.ts | 46 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/ |
| D | UiStruct.ts | 135 functionIndex = -1; property in AllocationFunction
|
| /developtools/smartperf_host/ide/src/js-heap/ |
| D | LoadDatabase.ts | 143 traceNode.functionIndex = row.functionInfoIndex;
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
| D | arkts_stdtype.cpp | 271 uint32_t functionIndex, in AppendNewData() argument 280 functionIndexs_.emplace_back(functionIndex); in AppendNewData()
|
| D | arkts_stdtype.h | 228 uint32_t functionIndex,
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerJsCpuProfiler.ts | 401 functionIndex: number = 0; property in JsCpuProfilerSample
|