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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c139 #define SET_BIT(flags, i) (flags[(i)/BITS_PER_INT] |= \ macro
2562 SET_BIT(new_masks[k].modifies, i);
2581 SET_BIT(new_masks[j].modifies, operand);
2583 SET_BIT(new_masks[j].modifies, operand + 1);

Completed in 47 milliseconds