Searched refs:ProfiledFrame (Results 1 – 2 of 2) sorted by relevance
231 struct ProfiledFrame { struct233 ProfiledFrame *Parent; argument238 ProfiledFrame(uint64_t Addr = 0, ProfiledFrame *P = nullptr)240 ProfiledFrame *getOrCreateChildFrame(uint64_t Address) { in getOrCreateChildFrame() argument243 Address, std::make_unique<ProfiledFrame>(Address, this)); in getOrCreateChildFrame()257 ProfiledFrame DummyTrieRoot;258 ProfiledFrame *CurrentLeafFrame;322 ProfiledFrame *Cur = &DummyTrieRoot; in initFrameTrie()329 ProfiledFrame *getDummyRootPtr() { return &DummyTrieRoot; } in getDummyRootPtr()422 bool pushFrame(UnwindState::ProfiledFrame *Cur) { in pushFrame()[all …]
179 void VirtualUnwinder::collectSamplesFromFrame(UnwindState::ProfiledFrame *Cur, in collectSamplesFromFrame()204 UnwindState::ProfiledFrame *Cur, T &Stack) { in collectSamplesFromFrameTrie()236 UnwindState::ProfiledFrame *Cur) { in collectSamplesFromFrameTrie()