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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp874 IntConstant* src_int = src_pos->type()->as_IntConstant(); local
876 if (src_int && dst_int) {
877 int s_offs = src_int->value();
879 if (src_int->value() >= dst_int->value()) {

Completed in 48 milliseconds