Searched defs:StackCrawlState (Results 1 – 3 of 3) sorted by relevance
22 struct StackCrawlState { struct23 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() function29 uintptr_t* frames;30 size_t frame_count;31 size_t max_depth;32 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;
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;