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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java641 private int eflags; field in class:GlyphLayout.EngineRecord
654 this.eflags = 0;
670 this.eflags = 0x4;
682 _typo_flags | eflags, _pt, _gvdata);
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp115 _eflags = mdo->eflags();
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c579 print_debug("\teflags = 0x%lx\n", newthr->regs.eflags);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1396 intx eflags() { return _eflags; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp179 # define context_eflags uc_mcontext->DU3_PREFIX(ss,eflags)

Completed in 59 milliseconds