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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c258 struct instruction_data_type *instruction_data; /* info about each */
302 struct instruction_data_type { struct
333 typedef struct instruction_data_type instruction_data_type; typedef in typeref:struct:instruction_data_type
944 instruction_data_type *idata = 0;
1003 idata = NEW(instruction_data_type, instruction_count);
1022 instruction_data_type *this_idata = &idata[inumber];
1080 instruction_data_type *idata = context->instruction_data;
1081 instruction_data_type *this_idata = &idata[inumber];
1719 instruction_data_type *idat
[all...]

Completed in 36 milliseconds