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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp106 NodeList _other_operands; // Nodes where the operand is not a virtual register member in class:PhiResolverState
127 NodeList& other_operands() { return _state._other_operands; }
H A Dc1_LIRGenerator.cpp64 _other_operands.at_put_grow(max_vregs - 1, NULL, NULL);
65 _other_operands.trunc_to(0);

Completed in 51 milliseconds