Searched defs:pushed_rax (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
9556 if (!IS_A_TEMP(rax)) { push(rax); pushed_rax = true; }
9603 if (pushed_rax) pop(rax);

Completed in 94 milliseconds