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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5099 intptr_t end_con = find_intptr_t_con(dest_size, -1); local
5101 assert(end_con < 0, "not two cons");
5102 end_con = round_to(abase + ((slice_idx_con + slice_len_con) << scale),
5106 if (start_con >= 0 && end_con >= 0) {
5109 start_con, end_con, &_gvn);

Completed in 176 milliseconds