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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.cpp43 IllegalType* illegalType = NULL; variable
67 illegalType = new (arena) IllegalType();
136 case T_ILLEGAL: return illegalType;
139 return illegalType;
157 return illegalType;

Completed in 30 milliseconds