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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp875 IntConstant* dst_int = dst_pos->type()->as_IntConstant(); local
876 if (src_int && dst_int) {
878 int d_offs = dst_int->value();
879 if (src_int->value() >= dst_int->value()) {

Completed in 56 milliseconds