Lines Matching refs:state_before

217                                    x->state_before(), x->needs_patching()));
268 x->elt_type(), value, x->state_before()));
469 InstanceOf* i = new InstanceOf(t->as_klass(), x->argument_at(1), x->state_before());
630 return x->is_safepoint() && (sux->bci() < x->state_before()->bci());
651 // If is a safepoint then the debug information should come from the state_before of the If.
652 set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
663 // If is a safepoint then the debug information should come from the state_before of the If.
664 set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
683 set_canonical(new Goto(lss_sux, x->state_before(), x->is_safepoint()));
694 If* canon = new If(cmp->x(), cond, nan_sux == tsux, cmp->y(), tsux, fsux, cmp->state_before(), x->is_safepoint());
708 set_bci(cmp->state_before()->bci());
724 set_canonical(new Goto(is_inst_sux, x->state_before(), x->is_safepoint()));
727 set_canonical(new IfInstanceOf(inst->klass(), inst->obj(), true, inst->state_before()->bci(), is_inst_sux, no_inst_sux));
733 set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
737 set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
750 set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
757 set_canonical(new Goto(x->default_sux(), x->state_before(), x->is_safepoint()));
767 set_canonical(new If(x->tag(), If::eql, true, key, x->sux_at(0), x->default_sux(), x->state_before(), x->is_safepoint()));
781 set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
788 set_canonical(new Goto(x->default_sux(), x->state_before(), x->is_safepoint()));
798 set_canonical(new If(x->tag(), If::eql, true, key, x->sux_at(0), x->default_sux(), x->state_before(), x->is_safepoint()));