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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp53 class IllegalType;
67 extern IllegalType* illegalType;
147 virtual IllegalType* as_IllegalType() { return NULL; }
414 class IllegalType: public ValueType { class in inherits:ValueType
416 IllegalType(): ValueType(illegalTag, -1) {} function in class:IllegalType
420 virtual IllegalType* as_IllegalType() { return this; }

Completed in 57 milliseconds