Home
last modified time | relevance | path

Searched refs:ConstructorType (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts24 export enum ConstructorType { enum
51 type!: ConstructorType;
66 case ConstructorType.ClassType:
67 case ConstructorType.InstanceType:
68 case ConstructorType.FiledType:
71 case ConstructorType.RetainersType:
116 if (this.type !== ConstructorType.ComparisonType) {
121 if (this.type == ConstructorType.ComparisonType) {
/developtools/smartperf_host/ide/src/js-heap/
DHeapDataInterface.ts21 ConstructorType,
154 case ConstructorType.ClassType:
157 case ConstructorType.InstanceType:
158 case ConstructorType.FiledType:
172 if (comparisonNode.type === ConstructorType.ComparisonType) {
176 compareNode.type = ConstructorType.InstanceType;
186 compareNode.type = ConstructorType.InstanceType;
219 …if (!filStruct && (node.type == ConstructorType.ClassType || node.type == ConstructorType.Retainer…
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts17 import { AllocationFunction, ConstructorComparison, ConstructorItem, ConstructorType } from '../mod…
692 diff.type = ConstructorType.ComparisonType;
776 classItem.type = ConstructorType.ClassType;
783 instanceItem.type = ConstructorType.InstanceType;
803 nodeItem.type = ConstructorType.InstanceType;
920 instanceItem.type = ConstructorType.FiledType;
927 if (clickNode!.type == ConstructorType.FiledType) {
968 if (item.type === ConstructorType.ClassType) {
984 retainsItem.type = ConstructorType.RetainersType;
987 if (item!.type == ConstructorType.RetainersType) {
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.ts22 ConstructorType
557 if (item.type === ConstructorType.FiledType) {
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts24 import { ConstructorType } from '../../js-heap/model/UiStruct';
1767 if (rowData.data.type === ConstructorType.RetainersType) {
1779 rowData.data.type !== ConstructorType.ClassType