Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc60 class BoundedStackVisitor : public StackVisitor { class
62 BoundedStackVisitor(std::vector<std::pair<mirror::ArtMethod*, uint32_t>>* stack, in BoundedStackVisitor() function in art::BoundedStackVisitor
111 BoundedStackVisitor bounded_stack_visitor(&stack, thread, max_depth); in GetSample()