Home
last modified time | relevance | path

Searched refs:_lastCallerIndex (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dcallgraphview.cpp134 _lastCallerIndex = _lastCalleeIndex = -1; in GraphNode()
229 qPrintable(_f->prettyName()), _lastCallerIndex, (int) callers.count()); in visibleCaller()
232 GraphEdge* e = callers.value(_lastCallerIndex); in visibleCaller()
243 _lastCallerIndex = i; in visibleCaller()
285 _lastCallerIndex = callers.indexOf(e); in setCaller()
335 int idx = e ? callers.indexOf(e) : _lastCallerIndex; in nextVisibleCaller()
339 _lastCallerIndex = idx; in nextVisibleCaller()
363 int idx = e ? callers.indexOf(e) : _lastCallerIndex; in priorVisibleCaller()
368 _lastCallerIndex = idx; in priorVisibleCaller()
H A Dcallgraphview.h118 int _lastCallerIndex, _lastCalleeIndex; variable