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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9554 bool pushed_rax = false, pushed_rcx = false, pushed_rdi = false; local
9559 if (!IS_A_TEMP(rcx)) { push(rcx); pushed_rcx = true; }
9602 if (pushed_rcx) pop(rcx);

Completed in 67 milliseconds