Searched defs:StackCrawlState (Results 1 – 3 of 3) sorted by relevance
26 struct StackCrawlState { struct27 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() function33 uintptr_t* frames;34 size_t frame_count;35 size_t max_depth;36 bool have_skipped_self;
27 struct StackCrawlState { struct28 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() argument34 raw_ptr<uintptr_t> frames;35 size_t frame_count;36 size_t max_depth;37 bool have_skipped_self;
81 struct StackCrawlState { struct82 StackCrawlState(uintptr_t* frames_arg, size_t max_depth_arg) in StackCrawlState() function88 uintptr_t* frames;89 size_t frame_count;90 size_t max_depth;91 size_t skip_count;