Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc138 typedef struct TimedMethod { struct
139 struct TimedMethod* next; argument
143 } TimedMethod; typedef
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; in compareTimedMethod()
385 const TimedMethod* timedB = (TimedMethod const*) b; in compareTimedMethod()
1166 TimedMethod* pTimed; in addInclusiveTime()
1167 TimedMethod* children = parent->children[parentIsRecursive]; in addInclusiveTime()
1177 pTimed = new TimedMethod(); in addInclusiveTime()
[all …]