Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h28 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()
49 state->out_frames_[state->num_frames_] = ip; in Callback()
54 uintptr_t* const out_frames_ = nullptr; variable