Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts16 import { AllocationLogic } from '../../../dist/js-heap/logic/Allocation.js';
297 let allocationLogic = new AllocationLogic(data);
303 let allocationLogic = new AllocationLogic(data);
308 let allocationLogic = new AllocationLogic(data);
313 let allocationLogic = new AllocationLogic(data);
318 let allocationLogic = new AllocationLogic(data);
324 let allocationLogic = new AllocationLogic(data);
349 let allocationLogic = new AllocationLogic(data);
355 let allocationLogic = new AllocationLogic(data);
/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts19 export class AllocationLogic { class
DHeapLoader.ts16 import { AllocationLogic } from './Allocation.js';
38 private allocationLogic: AllocationLogic;
61 this.allocationLogic = new AllocationLogic(this.fileStruct);
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts19 export class AllocationLogic { class
DHeapLoader.ts16 import { AllocationLogic } from './Allocation.js';
38 private allocationLogic: AllocationLogic;
61 this.allocationLogic = new AllocationLogic(this.fileStruct);