Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h29 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()
43 uintptr_t* const out_frames_ = nullptr; variable
Dbacktrace_helper.cc104 out_frames_[num_frames_++] = static_cast<uintptr_t>(it->pc); in CollectImpl()
132 UNUSED(out_frames_);