Searched refs:BoundedStackVisitor (Results 1 – 1 of 1) sorted by relevance
57 class BoundedStackVisitor : public StackVisitor { class59 BoundedStackVisitor(std::vector<std::pair<ArtMethod*, uint32_t>>* stack, in BoundedStackVisitor() function in art::BoundedStackVisitor88 DISALLOW_COPY_AND_ASSIGN(BoundedStackVisitor);113 BoundedStackVisitor bounded_stack_visitor(&stack, thread, max_depth); in GetSample()