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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c3229 register_info_type *this_reginfo = &this_idata->register_info; local
3237 if (this_reginfo->register_count == UNKNOWN_REGISTER_COUNT) {
3238 this_reginfo->register_count = new_register_count;
3239 this_reginfo->registers = new_registers;
3240 this_reginfo->mask_count = new_mask_count;
3241 this_reginfo->masks = new_masks;
3245 int register_count = this_reginfo->register_count;
3246 fullinfo_type *registers = this_reginfo->registers;
3247 int mask_count = this_reginfo->mask_count;
3248 mask_type *masks = this_reginfo
[all...]

Completed in 71 milliseconds