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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5098 intptr_t start_con = (abase + (slice_idx_con << scale)) & ~clear_low; local
5106 if (start_con >= 0 && end_con >= 0) {
5109 start_con, end_con, &_gvn);
5110 } else if (start_con >= 0 && dest_size != top()) {
5114 start_con, end, &_gvn);
5115 } else if (start_con >= 0 && slice_len != top()) {
5127 start_con, end, &_gvn);
5128 } else if (start_con < 0 && dest_size != top()) {

Completed in 36 milliseconds