Searched refs:_calling_convention_mask (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp236 RegMask *_calling_convention_mask; // Array of RegMasks per argument member in class:Matcher
H A Dmatcher.cpp223 _calling_convention_mask = NEW_RESOURCE_ARRAY( RegMask, argcnt );
272 _calling_convention_mask[i].Clear();
283 _calling_convention_mask[i].Insert(reg1);
287 _calling_convention_mask[i].Insert(reg2);
H A Dcallnode.cpp88 RegMask &rm = match->_calling_convention_mask[parm_num];

Completed in 661 milliseconds