Searched defs:StackItem (Results 1 – 1 of 1) sorted by relevance
44 struct StackItem { struct45 uintptr_t pc {0};46 int32_t pcCount {0};47 uint32_t level {0};48 uint64_t stackId {0}; // Only leaf node update this.49 std::shared_ptr<DfxFrame> current {nullptr};50 std::shared_ptr<StackItem> child {nullptr};51 std::shared_ptr<StackItem> siblings {nullptr};