Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h28 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector() argument
29 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()