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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp115 Value t_const = NULL; local
118 t_const = t_cur;
185 assert((t_value != f_const && f_value != t_const) || t_const == f_const, "mismatch");
186 if (t_value == t_const) {
187 t_value = new Constant(t_const->type());

Completed in 48 milliseconds