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

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp127 # define context_esi uc_mcontext.mc_esi macro
177 # define context_esi uc_mcontext->DU3_PREFIX(ss,esi) macro
220 # define context_esi sc_esi macro
264 # define context_esi uc_mcontext.__gregs[_REG_ESI] macro
1055 st->print(", ESI=" INTPTR_FORMAT, uc->context_esi);
1115 st->print("ESI="); print_location(st, uc->context_esi);

Completed in 2658 milliseconds