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

/dalvik/tools/dmtracedump/
H A DTraceDump.c147 typedef struct TimedMethod { struct
148 struct TimedMethod *next;
152 } TimedMethod; typedef in typeref:struct:TimedMethod
183 struct TimedMethod *parents[2]; /* 0=normal, 1=recursive */
184 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */
482 const TimedMethod *timedA, *timedB;
486 timedA = (TimedMethod const *)a;
487 timedB = (TimedMethod const *)b;
1359 TimedMethod *pTimed;
1388 TimedMethod *childre
[all...]

Completed in 6 milliseconds