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

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

Completed in 38 milliseconds