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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1022 instruction_data_type *this_idata = &idata[inumber]; local
1023 this_idata->opcode = code[offset];
1024 this_idata->stack_info.stack = NULL;
1025 this_idata->stack_info.stack_size = UNKNOWN_STACK_SIZE;
1026 this_idata->register_info.register_count = UNKNOWN_REGISTER_COUNT;
1027 this_idata->changed = JNI_FALSE; /* no need to look at it yet. */
1028 this_idata->protected = JNI_FALSE; /* no need to look at it yet. */
1029 this_idata->and_flags = (flag_type) -1; /* "bottom" and value */
1030 this_idata->or_flags = 0; /* "bottom" or value*/
1081 instruction_data_type *this_idata local
1797 instruction_data_type *this_idata = &idata[inumber]; local
1860 instruction_data_type *this_idata = &idata[inumber]; local
1943 instruction_data_type *this_idata = &idata[inumber]; local
1971 instruction_data_type *this_idata = &idata[inumber]; local
2458 instruction_data_type *this_idata = &idata[inumber]; local
2609 instruction_data_type *this_idata = &idata[inumber]; local
2636 instruction_data_type *this_idata = &idata[inumber]; local
2852 instruction_data_type *this_idata = &idata[inumber]; local
3011 instruction_data_type *this_idata = &idata[to_inumber]; local
3175 instruction_data_type *this_idata = &idata[to_inumber]; local
3228 instruction_data_type *this_idata = &idata[to_inumber]; local
3365 instruction_data_type *this_idata = &idata[to_inumber]; local
[all...]

Completed in 1229 milliseconds