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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1287 static const char* intname(char* buf, jint n) { function
1306 st->print("int:%s", intname(buf, get_con()));
1316 st->print("int:>=%s", intname(buf, _lo));
1318 st->print("int:<=%s", intname(buf, _hi));
1320 st->print("int:%s..%s", intname(buf, _lo), intname(buf2, _hi));

Completed in 46 milliseconds