Searched refs:count_visitor (Results 1 – 1 of 1) sorted by relevance
2114 CountStackDepthVisitor count_visitor(const_cast<Thread*>(this)); in CreateInternalStackTrace() local2115 count_visitor.WalkStack(); in CreateInternalStackTrace()2116 int32_t depth = count_visitor.GetDepth(); in CreateInternalStackTrace()2117 int32_t skip_depth = count_visitor.GetSkipDepth(); in CreateInternalStackTrace()2145 CountStackDepthVisitor count_visitor(const_cast<Thread*>(this)); in IsExceptionThrownByCurrentMethod() local2146 count_visitor.WalkStack(); in IsExceptionThrownByCurrentMethod()2147 return count_visitor.GetDepth() == exception->GetStackDepth(); in IsExceptionThrownByCurrentMethod()