Searched defs:src_index (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1152 MoveOperation(int src_index, VMRegPair src, int dst_index, VMRegPair dst): argument
1163 int src_index() const { Unimplemented(); return 0; } function in class:ComputeMoveOrder::MoveOperation
1187 void add_edge(int src_index, VMRegPair src, int dst_index, VMRegPair dst) { Unimplemented(); } argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1571 MoveOperation(int src_index, VMRegPair src, int dst_index, VMRegPair dst): argument
1583 int src_index() const { return _src_index; } function in class:ComputeMoveOrder::MoveOperation
1668 void add_edge(int src_index, VMRegPair src, int dst_index, VMRegPair dst) { argument

Completed in 54 milliseconds