Lines Matching refs:calls
202 StackEntry calls[MAX_STACK_DEPTH]; member
1487 if (pStack->calls[ii].method == method) in countRecursiveEntries()
1497 MethodEntry *method = pStack->calls[ii].method; in stackDump()
1498 uint64_t entryTime = pStack->calls[ii].entryTime; in stackDump()
2374 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2391 pStack->calls[pStack->top].method = method; in parseDataKeys()
2392 pStack->calls[pStack->top++].entryTime = currentTime; in parseDataKeys()
2400 entryTime = pStack->calls[pStack->top].entryTime; in parseDataKeys()
2401 if (method != pStack->calls[pStack->top].method) { in parseDataKeys()
2419 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2456 caller = pStack->calls[ii - 1].method; in parseDataKeys()
2457 method = pStack->calls[ii].method; in parseDataKeys()
2461 uint64_t entryTime = pStack->calls[ii].entryTime; in parseDataKeys()