Searched refs:pushed_rdi (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
9560 if (!IS_A_TEMP(rdi)) { push(rdi); pushed_rdi = true; }
9601 if (pushed_rdi) pop(rdi);
9607 assert(!pushed_rdi, "rdi must be left non-NULL");

Completed in 51 milliseconds