hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 26821 ce9f82507dc2
parent 25714 87fa6860b5ae
child 29571 6627b10e05f8
equal deleted inserted replaced
26820:be0f5226f8cd 26821:ce9f82507dc2
   185 
   185 
   186   frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
   186   frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
   187 
   187 
   188   frame(intptr_t* sp, intptr_t* fp);
   188   frame(intptr_t* sp, intptr_t* fp);
   189 
   189 
       
   190   void init(intptr_t* sp, intptr_t* fp, address pc);
       
   191 
   190   // accessors for the instance variables
   192   // accessors for the instance variables
   191   // Note: not necessarily the real 'frame pointer' (see real_fp)
   193   // Note: not necessarily the real 'frame pointer' (see real_fp)
   192   intptr_t*   fp() const { return _fp; }
   194   intptr_t*   fp() const { return _fp; }
   193 
   195 
   194   inline address* sender_pc_addr() const;
   196   inline address* sender_pc_addr() const;