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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2853 ValueTag ttag = x->tval()->type()->tag(); local
2855 assert(ttag == addressTag || ttag == intTag || ttag == objectTag || ttag == longTag, "cannot handle others");
2856 assert(ttag == x->fval()->type()->tag(), "cannot handle others");

Completed in 39 milliseconds