Searched defs:numCalls (Results 1 – 1 of 1) sorted by relevance
141 int32_t numCalls; member150 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member157 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member176 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member1249 void printInclusiveMethod(MethodEntry* method, TimedMethod* list, int32_t numCalls, int32_t flags) { in printInclusiveMethod()1537 int32_t numCalls = method->numCalls[0] + method->numCalls[1]; in printInclusiveProfile() local