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

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp124 # define context_ecx uc_mcontext.mc_ecx macro
174 # define context_ecx uc_mcontext->DU3_PREFIX(ss,ecx) macro
217 # define context_ecx sc_ecx macro
261 # define context_ecx uc_mcontext.__gregs[_REG_ECX] macro
1050 st->print(", ECX=" INTPTR_FORMAT, uc->context_ecx);
1111 st->print("ECX="); print_location(st, uc->context_ecx);

Completed in 190 milliseconds