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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c148 #define GET_INDIRECTION(thing) (((thing) & 0xFFFF) >> 5) macro
1349 if ((GET_INDIRECTION(target)) >= MAX_ARRAY_DIMENSIONS)
1352 GET_INDIRECTION(target) + 1,
1367 if ( (this_idata->operand2.i > (int)GET_INDIRECTION(target))
1896 } else if (GET_INDIRECTION(reg) > 0 && type == ITEM_Object) {
2081 && (GET_INDIRECTION(top_type) == 0)) {
2138 && (GET_INDIRECTION(top_type) == 0))
2183 int indirection = GET_INDIRECTION(top_type);
2212 if (GET_INDIRECTION(top_type) == 0)
2260 && (GET_INDIRECTION(object_typ
[all...]

Completed in 1042 milliseconds