Searched defs:HasMoreFramesVisitor (Results 1 – 1 of 1) sorted by relevance
514 struct HasMoreFramesVisitor : public StackVisitor { in GetNextMethodAndDexPc() struct515 HasMoreFramesVisitor(Thread* thread, in GetNextMethodAndDexPc() argument527 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) { in GetNextMethodAndDexPc()542 size_t frame_height_; in GetNextMethodAndDexPc()543 bool found_frame_; in GetNextMethodAndDexPc()544 bool has_more_frames_; in GetNextMethodAndDexPc()545 ArtMethod* next_method_; in GetNextMethodAndDexPc()546 uint32_t next_dex_pc_; in GetNextMethodAndDexPc()