Home
last modified time | relevance | path

Searched refs:AllocationFunction (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts16 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 {
DHeapLoader.ts17 import { AllocationFunction, ConstructorComparison, ConstructorItem, ConstructorType } from '../mod…
102 loadAllocationParent(node: AllocationFunction): void {
110 getAllocationFunctionList(): Array<AllocationFunction> {
/developtools/smartperf_host/ide/test/js-heap/model/
DUiStruct.test.ts15 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/
DUiStruct.ts133 export class AllocationFunction { class
137 parents: Array<AllocationFunction>;
185 getChildren(): AllocationFunction[] {
195 clone(): AllocationFunction {
196 let cloneItem = new AllocationFunction(
DDatabaseStruct.ts17 import { AllocationFunction, FileInfo } from './UiStruct';
248 traceNodes: Array<AllocationFunction>;
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts16 import { AllocationFunction, FileType } from './model/UiStruct';
136 let traceNode = new AllocationFunction(
DHeapDataInterface.ts18 AllocationFunction,
137 public getParentFunction(node: AllocationFunction): void {
/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts16 import { AllocationFunction } from '../../../src/js-heap/model/UiStruct';
20 AllocationFunction: {
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCommon.ts621 AllocationFunction: string | undefined;
DProcedureLogicWorkerNativeNemory.ts1075 currentNode.symbol = callChain.AllocationFunction || '';