Searched refs:CurrentLeafFrame (Results 1 – 2 of 2) sorted by relevance
258 ProfiledFrame *CurrentLeafFrame; member276 uint64_t LeafAddr = CurrentLeafFrame->Address; in validateInitialState()293 assert(InstPtr.Address == CurrentLeafFrame->Address && in checkStateConsistency()305 ProfiledFrame *getParentFrame() { return CurrentLeafFrame->Parent; } in getParentFrame()308 CurrentLeafFrame = CurrentLeafFrame->getOrCreateChildFrame(Address); in pushFrame()312 if (CurrentLeafFrame->Address == Address) in switchToFrame()314 CurrentLeafFrame = CurrentLeafFrame->Parent->getOrCreateChildFrame(Address); in switchToFrame()317 void popFrame() { CurrentLeafFrame = CurrentLeafFrame->Parent; } in popFrame()319 void clearCallStack() { CurrentLeafFrame = &DummyTrieRoot; } in clearCallStack()326 CurrentLeafFrame = Cur; in initFrameTrie()
135 State.CurrentLeafFrame->recordRangeCount(PrevIP, End, Repeat); in unwindLinear()142 State.CurrentLeafFrame->recordRangeCount(IP.Address, End, Repeat); in unwindLinear()265 State.CurrentLeafFrame->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount()