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

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp519 ciType* tos_type = type_at_tos(); local
520 if (!tos_type->equals(exc)) {
521 ciType* new_type = type_meet(tos_type, exc);
522 if (!tos_type->equals(new_type)) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1783 TosState tos_type = cache->flag_state(); local
1786 if (tos_type == atos) {
1789 } else if (tos_type == itos) {
1791 } else if (tos_type == ltos) {
1794 } else if (tos_type == btos) {
1796 } else if (tos_type == ctos) {
1798 } else if (tos_type == stos) {
1800 } else if (tos_type == ftos) {
1807 if (tos_type == atos) {
1810 } else if (tos_type
1877 TosState tos_type = cache->flag_state(); local
[all...]

Completed in 34 milliseconds