src/share/vm/opto/matcher.hpp

changeset 850
4d9884b01ba6
parent 803
36ccc817fca4
child 1164
04fa5affa478
equal deleted inserted replaced
842:ebfd4ae89bf6 850:4d9884b01ba6
322 322
323 // !!!!! Special stuff for building ScopeDescs 323 // !!!!! Special stuff for building ScopeDescs
324 virtual int regnum_to_fpu_offset(int regnum); 324 virtual int regnum_to_fpu_offset(int regnum);
325 325
326 // Is this branch offset small enough to be addressed by a short branch? 326 // Is this branch offset small enough to be addressed by a short branch?
327 bool is_short_branch_offset(int offset); 327 bool is_short_branch_offset(int rule, int offset);
328 328
329 // Optional scaling for the parameter to the ClearArray/CopyArray node. 329 // Optional scaling for the parameter to the ClearArray/CopyArray node.
330 static const bool init_array_count_is_in_bytes; 330 static const bool init_array_count_is_in_bytes;
331 331
332 // Threshold small size (in bytes) for a ClearArray/CopyArray node. 332 // Threshold small size (in bytes) for a ClearArray/CopyArray node.

mercurial