Home
last modified time | relevance | path

Searched defs:TYPE_OTHER_MMAP (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts34 const TYPE_OTHER_MMAP = 'Other MmapEvent'; constant
227 const typeName = data.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : data.typeName; constant
514 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
578 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
655 const typeName = it.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : it.typeName; constant
666 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
682 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant