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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp165 char LIR_OprDesc::type_char(BasicType t) { function in class:LIR_OprDesc
1538 out->print("|%c", type_char());
H A Dc1_LIR.hpp274 static char type_char(BasicType t);
337 char type_char() const { return type_char((is_pointer()) ? pointer()->type() : type()); } function in class:LIR_OprDesc

Completed in 1782 milliseconds