Searched refs:intersectData (Results 1 – 2 of 2) sorted by relevance
29 import { intersectData, isExistPidInArray, setSelectState } from '../component/Utils';313 this.dmaAbilityData.push(...intersectData(th)!);315 this.gpuMemoryAbilityData.push(...intersectData(th)!);317 this.purgeableTotalAbility.push(...intersectData(th));319 this.purgeablePinAbility.push(...intersectData(th));415 this.gpuMemoryTrackerData.push(...intersectData(item)!);457 this.dmaVmTrackerData.push(...intersectData(th)!);469 this.purgeableTotalVM.push(...intersectData(th));471 this.purgeablePinVM.push(...intersectData(th));482 this.smapsType.push(...intersectData(item)!);[all …]
59 export function intersectData(row: TraceRow<any>): any[] { function64 let intersectData = row.dataListCache.filter((struct: SnapshotStruct) => {67 return intersectData;