Searched refs:src_index (Results 1 - 2 of 2) 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
1495 , _src_index(src_index)
1505 int src_index() const { return _src_index; } function in class:ComputeMoveOrder::MoveOperation
1584 arg_order.push(stores->at(i)->src_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));
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1989 int src_index = 0; local
1992 while (src_index < src_length) {
1993 dest[dest_index++] = src[src_index++];

Completed in 52 milliseconds