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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4399 const TypeInt* src_offset_inttype = gvn().find_int_type(src_offset);; local
4410 if (src_offset_inttype != NULL && src_offset_inttype->is_con() &&
4413 int s_offs = src_offset_inttype->get_con();

Completed in 53 milliseconds