Searched refs:getParentFrame (Results 1 – 2 of 2) sorted by relevance
53 auto *ParentFrame = State.getParentFrame(); in unwindCall()114 State.getParentFrame()->recordRangeCount(Target, End, Repeat); in unwindLinear()262 State.getParentFrame()->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount()
305 ProfiledFrame *getParentFrame() { return CurrentLeafFrame->Parent; } in getParentFrame() function