Home
last modified time | relevance | path

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

/art/runtime/
Dbacktrace_helper.h38 return num_frames_; in NumFrames()
50 size_t num_frames_ = 0u; variable
62 num_frames_ = collector.NumFrames(); in Collect()
67 for (size_t i = 0; i < num_frames_; ++i) { in Hash()
76 size_t num_frames_; variable
Dbacktrace_helper.cc128 num_frames_ = 0; in CollectImpl()
131 CHECK_LT(num_frames_, max_depth_); in CollectImpl()
132 out_frames_[num_frames_++] = static_cast<uintptr_t>(it->pc); in CollectImpl()
164 num_frames_ = 0;
Dstack.h217 if (num_frames_ == 0) { in GetNumFrames()
218 num_frames_ = ComputeNumFrames(thread_, walk_kind_); in GetNumFrames()
220 return num_frames_; in GetNumFrames()
394 size_t num_frames_; variable
Dstack.cc74 num_frames_(num_frames), in StackVisitor()
982 if (num_frames_ != 0) { in WalkStack()
983 CHECK_EQ(cur_depth_, num_frames_); in WalkStack()