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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c263 fullinfo_type swap_table[4]; /* used for passing information */ member in struct:context_type
2228 context->swap_table[type - '1'] = top_type + 1;
2229 context->swap_table[p[-2] - '1'] = top_type;
2237 context->swap_table[type - '1'] = stack->item;
2310 context->swap_table[0] = decrement_indirection(array_type);
2332 context->swap_table[0] = object_type; /* save value */
2340 context->swap_table[1] = target_type;
2357 context->swap_table[1] = context->currentclass_info;
2437 context->swap_table[0] = this_idata->operand.fi;
2438 context->swap_table[
[all...]

Completed in 38 milliseconds