Searched refs:illegalType (Results 1 - 4 of 4) 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;
H A Dc1_ValueType.hpp67 extern IllegalType* illegalType;
417 virtual ValueType* base() const { return illegalType; }
H A Dc1_Instruction.hpp450 subst->type()->base() == illegalType, "type can't change");
616 set_type(illegalType);
1399 : StateSplit(illegalType, state_before)
1580 : StateSplit(illegalType)
1785 : BlockEnd(illegalType, state_before, is_safepoint)
1794 Goto(BlockBegin* sux, bool is_safepoint) : BlockEnd(illegalType, NULL, is_safepoint)
1828 : BlockEnd(illegalType, state_before, is_safepoint)
1891 : BlockEnd(illegalType, NULL, false) // temporary set to false
1943 : BlockEnd(illegalType, state_before, is_safepoint)
2022 Throw(Value exception, ValueStack* state_before) : BlockEnd(illegalType, state_befor
[all...]
H A Dc1_GraphBuilder.cpp870 ValueType* t = illegalType;

Completed in 304 milliseconds