Searched defs:StackCrawlState (Results 1 – 4 of 4) sorted by relevance
19 struct StackCrawlState { struct20 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() argument26 uintptr_t* frames;27 size_t frame_count;28 size_t max_depth;29 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;
28 struct StackCrawlState { struct29 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() function35 raw_ptr<uintptr_t, AllowPtrArithmetic> frames;36 size_t frame_count;37 size_t max_depth;38 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;