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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp74 NodeList _destinations; // for the operand member in class:ResolveNode
88 int no_of_destinations() const { return _destinations.length(); }
89 ResolveNode* destination_at(int i) { return _destinations[i]; }
95 void append(ResolveNode* dest) { _destinations.append(dest); }

Completed in 905 milliseconds