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

/art/tools/dmtracedump/
H A Dtracedump.cc138 typedef struct TimedMethod { struct
139 struct TimedMethod* next;
143 } TimedMethod; typedef in typeref:struct:TimedMethod
174 struct TimedMethod* parents[2]; /* 0=normal, 1=recursive */
175 struct TimedMethod* children[2]; /* 0=normal, 1=recursive */
384 const TimedMethod* timedA = (TimedMethod const*) a;
385 const TimedMethod* timedB = (TimedMethod const*) b;
1162 TimedMethod* pTime
[all...]

Completed in 76 milliseconds