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