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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp39 void Canonicalizer::set_canonical(Value x) { function in class:Canonicalizer
78 case Bytecodes::_lor : set_canonical(x->x()); return;
157 case Bytecodes::_iadd: set_canonical(x->x()); return;
158 case Bytecodes::_isub: set_canonical(x->x()); return;
163 case Bytecodes::_ior : set_canonical(x->x()); return;
170 case Bytecodes::_ladd: set_canonical(x->x()); return;
171 case Bytecodes::_lsub: set_canonical(x->x()); return;
176 case Bytecodes::_lor : set_canonical(x->x()); return;
216 set_canonical(new StoreField(x->obj(), x->offset(), x->field(), value, x->is_static(),
267 set_canonical(ne
[all...]

Completed in 33 milliseconds