Searched defs:StackCrawlState (Results 1 – 4 of 4) sorted by relevance
18 struct StackCrawlState { struct19 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() argument25 uintptr_t* frames;26 size_t frame_count;27 size_t max_depth;28 bool have_skipped_self;
26 struct StackCrawlState { struct27 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() argument33 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() function34 raw_ptr<uintptr_t, AllowPtrArithmetic> 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() argument88 uintptr_t* frames;89 size_t frame_count;90 size_t max_depth;91 size_t skip_count;