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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp105 NodeList _virtual_operands; // Nodes where the operand is a virtual register member in class:PhiResolverState
126 NodeList& virtual_operands() { return _state._virtual_operands; }
H A Dc1_LIRGenerator.cpp62 _virtual_operands.at_put_grow(max_vregs - 1, NULL, NULL);
63 _virtual_operands.trunc_to(0);

Completed in 102 milliseconds