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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp86 ResolveNode* destination_at(int i) { return _destinations.at(i); } function in class:ResolveNode
H A Dc1_LIRGenerator.cpp127 move(dest, dest->destination_at(i));
166 emit_move(node->operand(), node->destination_at(j)->operand());

Completed in 147 milliseconds