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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp602 bool is_neg = false; local
609 is_neg = true;
615 if (is_neg) {
622 if (!is_neg && CommandLineFlags::uintxAtPut(name, &uintx_v, origin)) {
626 if (!is_neg && CommandLineFlags::uint64_tAtPut(name, &uint64_t_v, origin)) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp902 Node* is_neg = generate_guard(bol_lt, region, PROB_MIN); local
903 if (is_neg != NULL && pos_index != NULL) {
909 return is_neg;

Completed in 67 milliseconds