Searched defs:HasMoreFramesVisitor (Results 1 – 1 of 1) sorted by relevance
615 struct HasMoreFramesVisitor : public StackVisitor { in GetNextMethodAndDexPc() struct616 HasMoreFramesVisitor(Thread* thread, in GetNextMethodAndDexPc() argument628 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in GetNextMethodAndDexPc()643 size_t frame_height_; in GetNextMethodAndDexPc()644 bool found_frame_; in GetNextMethodAndDexPc()645 bool has_more_frames_; in GetNextMethodAndDexPc()646 ArtMethod* next_method_; in GetNextMethodAndDexPc()647 uint32_t next_dex_pc_; in GetNextMethodAndDexPc()