Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts22 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/
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/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts143 traceNode.functionIndex = row.functionInfoIndex;
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Darkts_stdtype.cpp271 uint32_t functionIndex, in AppendNewData() argument
280 functionIndexs_.emplace_back(functionIndex); in AppendNewData()
Darkts_stdtype.h228 uint32_t functionIndex,
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts401 functionIndex: number = 0; property in JsCpuProfilerSample