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

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp936 #define EACH_NAMED_CON(template, requirement) \ macro
951 static const int con_value_count = EACH_NAMED_CON(ONE_PLUS, IGNORE_REQ) 0;
953 static const int con_values[con_value_count+1] = { EACH_NAMED_CON(VALUE_COMMA, IGNORE_REQ) 0 };
955 static const char con_names[] = { EACH_NAMED_CON(STRING_NULL, IGNORE_REQ) };
966 EACH_NAMED_CON(INC_COUNT, CHECK_REQ);
977 #undef EACH_NAMED_CON macro

Completed in 32 milliseconds