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

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

Completed in 37 milliseconds