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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c159 #define NULL_FULLINFO MAKE_FULLINFO(ITEM_Object, 0, 0) macro
2154 if (top_type == NULL_FULLINFO) {
2159 top_type != NULL_FULLINFO)
2751 full_info = NULL_FULLINFO; /* special NULL */
3767 if (array_info == NULL_FULLINFO) {
3768 return NULL_FULLINFO;
3816 if (value == NULL_FULLINFO)
3818 else if (target == NULL_FULLINFO)

Completed in 3276 milliseconds