Searched refs:NativeHookSamplerInfo (Results 1 – 4 of 4) sorted by relevance
94 export class NativeHookSamplerInfo { class104 children: Array<NativeHookSamplerInfo> = [];105 tempList: Array<NativeHookSamplerInfo> = [];111 merageObj(merageObj: NativeHookSamplerInfo) {136 children: Array<NativeHookSamplerInfo> = [];
23 NativeHookSamplerInfo,47 static samplerInfoSource: Array<NativeHookSamplerInfo> = [];97 let rootSample = new NativeHookSamplerInfo();120 let childSample = new NativeHookSamplerInfo(); //新增最下层的叶子节点139 static queryAllHookInfo(data: any, rootSample: NativeHookSamplerInfo, ipid: number): void {199 static createTree(nameGroup: any, rootSample: NativeHookSamplerInfo): void {201 let parentSample = new NativeHookSamplerInfo();205 let childSample = new NativeHookSamplerInfo();231 static prepChild(currentSample: NativeHookSamplerInfo, rootSample: NativeHookSamplerInfo) {240 let perpSample = new NativeHookSamplerInfo();[all …]
23 NativeHookSamplerInfo,244 let nativeHookSamplerInfo = new NativeHookSamplerInfo();377 let nativeHookSamplerInfo = new NativeHookSamplerInfo();378 expect(nativeHookSamplerInfo.merageObj(NativeHookSamplerInfo)).toBeUndefined();
17 import { NativeHookSamplerInfo, NativeMemory } from '../../../../../../src/trace/bean/NativeHook';199 let rootSample = new NativeHookSamplerInfo();212 let rootSample = new NativeHookSamplerInfo();