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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5091 const intptr_t BIG_NEG = -128; local
5092 assert(BIG_NEG + 2*abase < 0, "neg enough");
5093 intptr_t slice_idx_con = (intptr_t) find_int_con(slice_idx, BIG_NEG);
5094 intptr_t slice_len_con = (intptr_t) find_int_con(slice_len, BIG_NEG);

Completed in 48 milliseconds