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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1483 int _dst_index; member in class:ComputeMoveOrder::MoveOperation
1497 , _dst_index(dst_index)
1507 void set_dst(int i, VMRegPair dst) { _dst_index = i, _dst = dst; }
1508 int dst_index() const { return _dst_index; }

Completed in 107 milliseconds