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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp116 Value f_const = NULL; local
122 f_const = f_cur;
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());

Completed in 35 milliseconds