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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp3403 const char *greater_format = "gt"; local
3438 greater = interface_field_parse(&greater_format);
3458 greater, greater_format);
H A Dformssel.cpp2746 const char* greater, const char* greater_format)
2753 _greater(greater), _greater_format(greater_format) {
2741 CondInterface(const char* equal, const char* equal_format, const char* not_equal, const char* not_equal_format, const char* less, const char* less_format, const char* greater_equal, const char* greater_equal_format, const char* less_equal, const char* less_equal_format, const char* greater, const char* greater_format) argument

Completed in 42 milliseconds