Searched refs:RM_SIZE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.cpp47 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */ macro
160 for( int i = 0; i < RM_SIZE; i++ ) {
173 for( int i = 0; i < RM_SIZE; i++ ) {
185 for( int i = 0; i < RM_SIZE; i++ ) {
197 for( int i = 0; i < RM_SIZE; i++ ) {
217 for( int i = 0; i < RM_SIZE; i++ ) {
234 for( int i = 0; i < RM_SIZE; i++ ) {
244 if( i >= RM_SIZE || _A[i] != 1 )
260 for (int i = 0; i < RM_SIZE; i++) {
277 for (int i = 0; i < RM_SIZE;
[all...]
H A Dregmask.hpp77 // The ADLC defines 2 macros, RM_SIZE and FORALL_BODY.
78 // RM_SIZE is the size of a register mask in words.
86 double _dummy_force_double_alignment[RM_SIZE>>1];
92 int _A[RM_SIZE];
98 _RM_SIZE = RM_SIZE // local constant, imported, then hidden by #undef
102 enum { CHUNK_SIZE = RM_SIZE*_WordBits };
156 int is_AllStack() const { return _A[RM_SIZE-1] >> (_WordBits-1); }
159 // void set_AllStack() { _A[RM_SIZE-1] |= (1<<(_WordBits-1)); }
160 // will cause _A[RM_SIZE-1] to be clobbered, not updated when set_AllStack()
187 # define BODY(I) if( (bits = _A[RM_SIZE
332 #undef RM_SIZE macro
[all...]

Completed in 30 milliseconds