Searched refs:focusRegex (Results 1 – 4 of 4) sorted by relevance
109 this.lastSelectedHeapProfile.focusRegex !==110 selection.focusRegex) {135 selectedHeapProfile.focusRegex)172 focusRegex: heapProfile.focusRegex,186 this.lastSelectedHeapProfile.focusRegex !== selection.focusRegex ||206 type: string, focusRegex: string): Promise<CallsiteInfo[]> {218 await this.prepareViewsAndTables(ts, upid, type, focusRegex);308 focusRegex: string): Promise<string> {312 if (focusRegex !== '') {313 whereClause = `where focus_str = '${focusRegex}'`;
68 private focusRegex = '';125 this.focusRegex = target.value;185 focusRegex: this.focusRegex,
502 focusRegex: '',530 state: StateDraft, args: {focusRegex: string}): void {532 state.currentHeapProfileFlamegraph.focusRegex = args.focusRegex;
191 focusRegex: string; property