Home
last modified time | relevance | path

Searched refs:skip_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dbacktrace_helper.h27 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector() argument
28 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()
64 void Collect(size_t skip_count) { in Collect() argument
65 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()