Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc141 int32_t numCalls; member
150 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member
157 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member
176 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member
313 method->numCalls[0] = 0; in initMethodEntry()
314 method->numCalls[1] = 0; in initMethodEntry()
1153 child->numCalls[childIsRecursive] += 1; in addInclusiveTime()
1171 pTimed->numCalls += 1; in addInclusiveTime()
1179 pTimed->numCalls = 1; in addInclusiveTime()
1192 pTimed->numCalls += 1; in addInclusiveTime()
[all …]