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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp612 static bool is_true(jlong x, If::Condition cond, jlong y) { function
674 BlockBegin* lss_sux = x->sux_for(is_true(-1, x->cond(), rc)); // successor for a < b
675 BlockBegin* eql_sux = x->sux_for(is_true( 0, x->cond(), rc)); // successor for a = b
676 BlockBegin* gtr_sux = x->sux_for(is_true(+1, x->cond(), rc)); // successor for a > b
720 BlockBegin* is_inst_sux = x->sux_for(is_true(1, x->cond(), rc)); // successor for instanceof == 1
721 BlockBegin* no_inst_sux = x->sux_for(is_true(0, x->cond(), rc)); // successor for instanceof == 0
H A Dc1_Instruction.hpp1850 BlockBegin* sux_for(bool is_true) const { return sux_at(is_true ? 0 : 1); }
1919 BlockBegin* sux_for(bool is_true) const { return sux_at(is_true ? 0 : 1); }

Completed in 45 milliseconds