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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1896 const Register saved_to = r11; // saved destination array address local
1912 __ movq(saved_to, to);
1942 gen_write_ref_array_post_barrier(saved_to, dword_count, rax);
2077 const Register saved_to = to; local
2130 gen_write_ref_array_post_barrier(saved_to, saved_count, rax);
H A DstubGenerator_x86_32.cpp952 const Register saved_to = rdx; // saved destination array address local
970 __ mov(saved_to, to); // save 'to'
1059 __ mov(to, saved_to); // restore 'to'

Completed in 51 milliseconds