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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1687 const Register word_count = rcx; local
1707 __ movptr(word_count, count);
1728 __ testl(word_count, 2);
1738 __ testl(word_count, 1);
1802 const Register word_count = rcx; local
1819 __ movptr(word_count, count);
1825 __ testl(word_count, 1);
1827 __ movw(rax, Address(from, word_count, Address::times_2, -2));
1828 __ movw(Address(to, word_count, Address::times_2, -2), rax);
1832 __ testl(word_count,
[all...]

Completed in 60 milliseconds