Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc57 class BoundedStackVisitor : public StackVisitor { class
59 BoundedStackVisitor(std::vector<std::pair<ArtMethod*, uint32_t>>* stack, in BoundedStackVisitor() function in art::BoundedStackVisitor
88 DISALLOW_COPY_AND_ASSIGN(BoundedStackVisitor);
113 BoundedStackVisitor bounded_stack_visitor(&stack, thread, max_depth); in GetSample()