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

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp951 static const int con_value_count = EACH_NAMED_CON(ONE_PLUS, IGNORE_REQ) 0; variable
953 static const int con_values[con_value_count+1] = { EACH_NAMED_CON(VALUE_COMMA, IGNORE_REQ) 0 };
969 assert(count == con_value_count, "");
983 assert(which >= 0 && which < con_value_count, "");

Completed in 112 milliseconds