Home
last modified time | relevance | path

Searched refs:recordJsStack (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpAllocations.ts165 get recordJsStack(): boolean { method in SpAllocations
173 set recordJsStack(value: boolean) { method in SpAllocations
351 this.napiName!.disabled = !(!this.fp_unwind && this.recordJsStack);
386 this.jsStackDepth!.disabled = !this.recordJsStack;
387 this.napiName!.disabled = !(!this.fp_unwind && this.recordJsStack);
453 this.jsStackDepth!.disabled = !this.recordJsStack;
454 this.napiName!.disabled = !(!this.fp_unwind && this.recordJsStack);
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordConfigModel.ts533 nativeConfig.jsStackReport = spAllocations!.recordJsStack ? 1 : 0;
534 if (spAllocations!.recordJsStack) {
DSpRecordTrace.ts565 this.spAllocations!.recordJsStack = false;
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts267 recordJsStack: true,