Searched refs:mStackTracePanel (Results 1 – 2 of 2) sorted by relevance
77 private StackTracePanel mStackTracePanel; field in AllocationPanel264 mStackTracePanel = new StackTracePanel(); in createControl()265 mStackTraceTable = mStackTracePanel.createPanel(mAllocationBase, in createControl()386 mStackTracePanel.setCurrentClient(client); in clientSelected()387 mStackTracePanel.setViewerInput(null); // always empty on client selection change. in clientSelected()423 mStackTracePanel.setViewerInput(alloc); in updateAllocationStackTrace()
92 private StackTracePanel mStackTracePanel; field in ThreadPanel305 mStackTracePanel = new StackTracePanel(); in createControl()306 mStackTraceTable = mStackTracePanel.createPanel(mStackTraceBase, in createControl()433 mStackTracePanel.setCurrentClient(client); in clientSelected()490 mStackTracePanel.setViewerInput(thread); in updateThreadStackTrace()