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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp85 int no_of_destinations() const { return _destinations.length(); } function in class:ResolveNode
H A Dc1_LIRGenerator.cpp126 for (int i = dest->no_of_destinations()-1; i >= 0; i --) {
165 for (int j = node->no_of_destinations() - 1; j >= 0; j --) {

Completed in 162 milliseconds