hotspot/src/share/vm/runtime/frame.hpp
changeset 46600 fdde0f192cde
parent 46589 f1c04490ded1
equal deleted inserted replaced
46589:f1c04490ded1 46600:fdde0f192cde
   385   static void print_C_frame(outputStream* st, char* buf, int buflen, address pc);
   385   static void print_C_frame(outputStream* st, char* buf, int buflen, address pc);
   386 
   386 
   387   // Add annotated descriptions of memory locations belonging to this frame to values
   387   // Add annotated descriptions of memory locations belonging to this frame to values
   388   void describe(FrameValues& values, int frame_no);
   388   void describe(FrameValues& values, int frame_no);
   389 
   389 
   390   // Conversion from an VMReg to physical stack location
   390   // Conversion from a VMReg to physical stack location
   391   oop* oopmapreg_to_location(VMReg reg, const RegisterMap* regmap) const;
   391   oop* oopmapreg_to_location(VMReg reg, const RegisterMap* reg_map) const;
   392 
   392 
   393   // Oops-do's
   393   // Oops-do's
   394   void oops_compiled_arguments_do(Symbol* signature, bool has_receiver, bool has_appendix, const RegisterMap* reg_map, OopClosure* f);
   394   void oops_compiled_arguments_do(Symbol* signature, bool has_receiver, bool has_appendix, const RegisterMap* reg_map, OopClosure* f);
   395   void oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool query_oop_map_cache = true);
   395   void oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool query_oop_map_cache = true);
   396 
   396