Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

frame_iterator.h

This is the verbatim text of the frame_iterator.h include file.
/* Sun-$Revision: 23.2 $ */

/* Copyright 1992-9 Sun Microsystems, Inc. and Stanford University.
   See the LICENSE file for license information. */

# pragma interface


class FrameIterator: public StackObj {
 private:
  frame* f;
  RegisterLocator* rl; // for callee-saved registers
  bool zap;
  RegisterString mask;
  bool reinit;
  OopClosure* oop_closure;
  
 public:
  FrameIterator( frame* _f, RegisterLocator* _rl, bool z, RegisterString m, bool r, OopClosure* c );
  
 private:
  void do_all();
  void do_vm_frame();
  void do_interpreted();
  void do_compiled();


  # include "_frame_iterator_pd.h.incl"
};

Generated at Tue Jun 27 12:07:32 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999