Searched defs:f_value (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp477 Node_List &f_value = *blk2value[freed->_pre_order]; local
480 value.map(k,f_value[k]);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp162 Value f_value = f_goto->state()->stack_at(if_state->stack_size()); local
165 assert(t_value->type()->base() == f_value->type()->base(), "incompatible types");
185 assert((t_value != f_const && f_value != t_const) || t_const == f_const, "mismatch");
191 if (f_value == f_const) {
192 f_value = new Constant(f_const->type());
193 NOT_PRODUCT(f_value->set_printable_bci(if_->printable_bci()));
194 cur_end = cur_end->set_next(f_value);
197 Value result = make_ifop(if_->x(), if_->cond(), if_->y(), t_value, f_value);

Completed in 36 milliseconds