Home
last modified time | relevance | path

Searched refs:nodeFlag (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/trace/bean/
DSchedSwitchStruct.ts28 nodeFlag: string | undefined; property in SchedSwitchCountBean
40 nodeFlag: string | undefined,
52 this.nodeFlag = nodeFlag;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/schedswitch/
DTabPaneSchedSwitch.ts238 this.clickThreadName = data.nodeFlag;
241 if (this.clickThreadName !== data.nodeFlag) {
252 this.clickThreadName = data.nodeFlag;
273 if (this.clickThreadName === data.nodeFlag) {
396 let nodeFlag = `${process} - ${item.pid} - ${thread} - ${item.tid}`;
402 nodeFlag,
437 let nodeFlag = `${data.process} - ${data.pid} - ${data.thread} - ${data.tid}`;
446 nodeFlag,
473 nodeFlag,
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts347 let nodeFlag = node.flag & PAGE_PROJECT; variable
362 if (retainerNodeIdx !== this.rootNode?.nodeIndex && nodeFlag && !retainerNodeFlag) {