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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp71 NodeList _destinations; // for the operand member in class:ResolveNode
85 int no_of_destinations() const { return _destinations.length(); }
86 ResolveNode* destination_at(int i) { return _destinations.at(i); }
92 void append(ResolveNode* dest) { _destinations.append(dest); }

Completed in 48 milliseconds