hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 4567 7fc02fbe5c7a
parent 2732 3ab85419f523
child 4735 3d4e4ec0df67
equal deleted inserted replaced
4566:b363f6ef4068 4567:7fc02fbe5c7a
   355   // created. It's entire job is to simply free this storage.
   355   // created. It's entire job is to simply free this storage.
   356   static void      OSR_migration_end  ( intptr_t* buf);
   356   static void      OSR_migration_end  ( intptr_t* buf);
   357 
   357 
   358   // Convert a sig into a calling convention register layout
   358   // Convert a sig into a calling convention register layout
   359   // and find interesting things about it.
   359   // and find interesting things about it.
   360   static VMRegPair* find_callee_arguments(symbolOop sig, bool is_static, int *arg_size);
   360   static VMRegPair* find_callee_arguments(symbolOop sig, bool has_receiver, int *arg_size);
   361   static VMReg     name_for_receiver();
   361   static VMReg     name_for_receiver();
   362 
   362 
   363   // "Top of Stack" slots that may be unused by the calling convention but must
   363   // "Top of Stack" slots that may be unused by the calling convention but must
   364   // otherwise be preserved.
   364   // otherwise be preserved.
   365   // On Intel these are not necessary and the value can be zero.
   365   // On Intel these are not necessary and the value can be zero.