Searched refs:num_frames_ (Results 1 – 4 of 4) sorted by relevance
36 return num_frames_; in NumFrames()48 size_t num_frames_ = 0u; variable60 num_frames_ = collector.NumFrames(); in Collect()65 for (size_t i = 0; i < num_frames_; ++i) { in Hash()74 size_t num_frames_; variable
121 num_frames_ = 0; in CollectImpl()124 CHECK_LT(num_frames_, max_depth_); in CollectImpl()125 out_frames_[num_frames_++] = static_cast<uintptr_t>(it->pc); in CollectImpl()165 num_frames_ = 0;
213 if (num_frames_ == 0) { in GetNumFrames()214 num_frames_ = ComputeNumFrames(thread_, walk_kind_); in GetNumFrames()216 return num_frames_; in GetNumFrames()358 size_t num_frames_; variable
73 num_frames_(num_frames), in StackVisitor()976 if (num_frames_ != 0) { in WalkStack()977 CHECK_EQ(cur_depth_, num_frames_); in WalkStack()