Searched refs:mMethodData (Results 1 – 6 of 6) sorted by relevance
29 MethodData mMethodData; field in Call48 mMethodData = methodData; in Call()56 mMethodData = methodData; in Call()64 mMethodData = methodData; in set()71 mName = mMethodData.getProfileName(); in updateName()75 return mMethodData.addWeight(x, y, weight); in addWeight()79 mMethodData.clearWeight(); in clearWeight()91 return mMethodData.getColor(); in getColor()95 mMethodData.addElapsedExclusive(elapsed); in addExclusiveTime()97 mMethodData.addTopExclusive(elapsed); in addExclusiveTime()[all …]
22 private MethodData mMethodData; field in ProfileNode30 mMethodData = methodData; in ProfileNode()
90 MethodData md = c.mMethodData; in enter()112 if (mCurrent.mMethodData != c.mMethodData) { in exit()142 MethodData md = top.mMethodData; in pop()
269 MethodData md = call.mMethodData; in update()
134 MethodData parentMethod = parent.mMethodData; in addElapsedInclusive()
1233 callMethod = mHighlightCall.mMethodData; in computeStrips()