Searched defs:array_info (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c3765 decrement_indirection(fullinfo_type array_info) argument
3767 if (array_info == NULL_FULLINFO) {
3770 int type = GET_ITEM_TYPE(array_info);
3771 int indirection = GET_INDIRECTION(array_info) - 1;
3772 int extra_info = GET_EXTRA_INFO(array_info);

Completed in 3447 milliseconds