Lines Matching refs:StackDepot
310 NOINLINE u32 collectStackTrace(UNUSED StackDepot *Depot) {
882 static void collectTraceMaybe(const StackDepot *Depot,
906 const StackDepot *Depot = nullptr;
908 // check for corrupted StackDepot. First we need to check whether we can
912 Depot = reinterpret_cast<const StackDepot *>(DepotPtr);
991 StackDepot *Depot = nullptr;
1478 const StackDepot *Depot,
1563 const StackDepot *Depot,
1689 uptr StackDepotSize = sizeof(StackDepot) + sizeof(atomic_u64) * RingSize +
1695 auto *Depot = reinterpret_cast<StackDepot *>(DepotMap.getBase());