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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c2469 int new_mask_count = mask_count; local
2520 for (i = 0; i < new_mask_count; i++)
2524 new_mask_count++;
2555 for (k = 0; k < new_mask_count; k++) {
2572 if ((access != ACCESS_NONE) && (new_mask_count > 0)) {
2574 for (i = 0; i < new_mask_count; i++) {
2580 for (j = i; j < new_mask_count; j++) {
2593 new_register_info->mask_count = new_mask_count;
3086 int new_mask_count = new_register_info->mask_count; local
3112 for (i = new_mask_count;
3233 int new_mask_count = new_register_info->mask_count; local
[all...]

Completed in 1402 milliseconds