Searched refs:AllocationFunction (Results 1 – 10 of 10) sorted by relevance
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | Allocation.ts | 16 import { AllocationFunction } from '../model/UiStruct'; 21 private traceNodes: Array<AllocationFunction>; 22 private bottomUpList: Array<AllocationFunction>; 32 let keyMap = new Map<String, AllocationFunction>(); 69 private getNodeById(id: number): AllocationFunction | null { 78 …private getFunctionStack(node: AllocationFunction, functionList: Array<HeapTraceFunctionInfo>): vo… 94 public getFunctionList(): Array<AllocationFunction> { 103 public getParent(node: AllocationFunction): void {
|
| D | HeapLoader.ts | 17 import { AllocationFunction, ConstructorComparison, ConstructorItem, ConstructorType } from '../mod… 102 loadAllocationParent(node: AllocationFunction): void { 110 getAllocationFunctionList(): Array<AllocationFunction> {
|
| /developtools/smartperf_host/ide/test/js-heap/model/ |
| D | UiStruct.test.ts | 15 import { ConstructorItem, ConstructorComparison,FileInfo,AllocationFunction } from '../../../src/js… 37 let allocationFunction = new AllocationFunction(); 65 let allocationFunction = new AllocationFunction();
|
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | UiStruct.ts | 133 export class AllocationFunction { class 137 parents: Array<AllocationFunction>; 185 getChildren(): AllocationFunction[] { 195 clone(): AllocationFunction { 196 let cloneItem = new AllocationFunction(
|
| D | DatabaseStruct.ts | 17 import { AllocationFunction, FileInfo } from './UiStruct'; 248 traceNodes: Array<AllocationFunction>;
|
| /developtools/smartperf_host/ide/src/js-heap/ |
| D | LoadDatabase.ts | 16 import { AllocationFunction, FileType } from './model/UiStruct'; 136 let traceNode = new AllocationFunction(
|
| D | HeapDataInterface.ts | 18 AllocationFunction, 137 public getParentFunction(node: AllocationFunction): void {
|
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | Allocation.test.ts | 16 import { AllocationFunction } from '../../../src/js-heap/model/UiStruct'; 20 AllocationFunction: {
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCommon.ts | 621 AllocationFunction: string | undefined;
|
| D | ProcedureLogicWorkerNativeNemory.ts | 1075 currentNode.symbol = callChain.AllocationFunction || '';
|