Home
last modified time | relevance | path

Searched defs:StackCrawlState (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_android.cc19 struct StackCrawlState { struct
20 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() argument
26 uintptr_t* frames;
27 size_t frame_count;
28 size_t max_depth;
29 bool have_skipped_self;
/aosp_15_r20/external/libchrome/base/debug/
H A Dstack_trace_android.cc26 struct StackCrawlState { struct
27 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() argument
33 uintptr_t* frames;
34 size_t frame_count;
35 size_t max_depth;
36 bool have_skipped_self;
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_android.cc28 struct StackCrawlState { struct
29 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() function
35 raw_ptr<uintptr_t, AllowPtrArithmetic> frames;
36 size_t frame_count;
37 size_t max_depth;
38 bool have_skipped_self;
/aosp_15_r20/external/perfetto/src/base/
H A Ddebug_crash_stack_trace.cc81 struct StackCrawlState { struct
82 StackCrawlState(uintptr_t* frames_arg, size_t max_depth_arg) in StackCrawlState() argument
88 uintptr_t* frames;
89 size_t frame_count;
90 size_t max_depth;
91 size_t skip_count;