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

/openjdk7/langtools/test/tools/javac/p1/
H A DCS.java30 public class CS { class
/openjdk7/langtools/test/tools/javac/
H A DStandaloneQualifiedSuper.java38 public class CS { } class in class:StandaloneQualifiedSuper
44 public class C extends CS {
H A DQualifiedThisAndSuper_1.java54 public class CS { class in class:QualifiedThisAndSuper_1
87 public class C extends CS {
H A DQualifiedThisAndSuper_3.java59 class CS { class
101 public class C extends CS {
H A DQualifiedThisAndSuper_2.java60 public class C extends p1.CS {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86SegmentRegisters.java34 public static final X86SegmentRegister CS; field in class:X86SegmentRegisters
45 CS = new X86SegmentRegister(1, "%cs");
52 ES, CS, SS, DS, FS, GS
H A DX86Opcodes.java80 public static final int CS = 25; field in interface:X86Opcodes
H A DInstructionDecoder.java384 case ES: //ES, CS, SS, DS, FS, GS
385 case CS:
539 segRegister = X86SegmentRegisters.CS;
H A DX86Disassembler.java63 new InstructionDecoder("pushl", ADDR_REG, CS),
99 null, /* SEG CS prefix */
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java60 public static final int CS = 18; field in class:AMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50X86RegisterEnums.java61 public static final int CS = 26; field in interface:DebugVC50X86RegisterEnums
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java58 public static final int CS = 15; field in class:X86ThreadContext
84 "TRAPNO", "ERR", "EIP", "CS",
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c333 regs[REG_INDEX(CS)] = (uintptr_t) gregs.r_cs;
365 regs[REG_INDEX(CS)] = gregs.r_cs;
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c334 regs[REG_INDEX(CS)] = (uintptr_t) gregs.xcs;
365 regs[REG_INDEX(CS)] = gregs.cs;
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp1214 #undef CS // Solaris builds complain macro
1222 #define CS JLINV"CallSite;" macro
1242 {CC"setCallSiteTargetNormal", CC"("CS""MH")V", FN_PTR(MHN_setCallSiteTargetNormal)},
1243 {CC"setCallSiteTargetVolatile", CC"("CS""MH")V", FN_PTR(MHN_setCallSiteTargetVolatile)},
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp599 ptrRegs[REG_INDEX(CS)] = context.SegCs;
618 ptrRegs[REG_INDEX(CS)] = context.SegCs;
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java768 private static final byte CS = 6; field in class:BidiBase
951 private static final int MASK_POSSIBLE_N = DirPropFlag(CS)|DirPropFlag(ES)|DirPropFlag(ET)|MASK_N;
1623 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */
1655 /* that undefined situations (like CS following digits, until */
1658 /* Example: digits followed by CS, then comes another CS or ON; */
1659 /* the digits will be processed, then the CS assigned */
1662 /* processed, for instance digits followed by CS followed by L: */
1663 /* the digits must be processed as one sequence, and the CS */
1670 /* L, R, EN, AN, ON, S, B, ES, ET, CS, B
[all...]

Completed in 350 milliseconds