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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1493 MoveOperation(int src_index, VMRegPair src, int dst_index, VMRegPair dst): argument
1497 , _dst_index(dst_index)
1508 int dst_index() const { return _dst_index; } function in class:ComputeMoveOrder::MoveOperation
1519 MoveOperation* new_store = new MoveOperation(-1, temp_register, dst_index(), dst());
1585 arg_order.push(stores->at(i)->dst_index());
1590 void add_edge(int src_index, VMRegPair src, int dst_index, VMRegPair dst) { argument
1592 edges.append(new MoveOperation(src_index, src, dst_index, dst));

Completed in 40 milliseconds