Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c136 typedef struct TimedMethod { struct
137 struct TimedMethod *next; argument
141 } TimedMethod; typedef
172 struct TimedMethod *parents[2]; /* 0=normal, 1=recursive */
173 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */
407 const TimedMethod *timedA, *timedB; in compareTimedMethod()
411 timedA = (TimedMethod const *)a; in compareTimedMethod()
412 timedB = (TimedMethod const *)b; in compareTimedMethod()
1286 TimedMethod *pTimed; in addInclusiveTime()
1315 TimedMethod *children = parent->children[parentIsRecursive]; in addInclusiveTime()
[all …]