Searched defs: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::BoundedStackVisitor