Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h25 class BacktraceCollector {
27 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector() function
41 auto* const state = reinterpret_cast<BacktraceCollector*>(arg); in Callback()
65 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()