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

/openjdk10/langtools/test/tools/javac/p1/
H A DCS.java30 public class CS { class
/openjdk10/langtools/test/tools/javac/
H A DStandaloneQualifiedSuper.java38 public class CS { } class in class:StandaloneQualifiedSuper
44 public class C extends CS {
H A DQualifiedThisAndSuper_3.java59 class CS { class
101 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_2.java60 public class C extends p1.CS {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50X86RegisterEnums.java61 public static final int CS = 26; field in interface:DebugVC50X86RegisterEnums
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java65 public static final int CS = 18; field in class:AMD64ThreadContext
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java63 public static final int CS = 15; field in class:X86ThreadContext
89 "TRAPNO", "ERR", "EIP", "CS",
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/certpath/ssl/
H A DSSLServerCertStore.java159 return new CS(new SSLServerCertStore(uri), null, "SSLServer", null);
233 private static class CS extends CertStore { class in class:SSLServerCertStore
234 protected CS(CertStoreSpi spi, Provider p, String type, method in class:SSLServerCertStore.CS
/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A DBsdDebuggerLocal.c333 regs[REG_INDEX(CS)] = (uintptr_t) gregs.r_cs;
365 regs[REG_INDEX(CS)] = gregs.r_cs;
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Ddecode_aarch64.hpp47 CS = HS, enumerator in enum:CondCode
H A Dassembler_aarch64.cpp193 __ br(Assembler::CS, __ pc()); // b.CS .
194 __ br(Assembler::CS, back); // b.CS back
195 __ br(Assembler::CS, forth); // b.CS forth
445 __ ccmn(r10, 12, 0, Assembler::CS); // ccmn x10, #12, #0, CS
H A Dinterp_masm_aarch64.cpp933 br(Assembler::CS, L); // skip store if counter overflow
1030 br(Assembler::CS, L); // skip store if counter overflow
H A Dassembler_aarch64.hpp914 {EQ, NE, HS, CS=HS, LO, CC=LO, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV};
930 INSN(bcs, CS);
H A DmacroAssembler_aarch64.cpp4869 br(CS, STUB); // at the end of page then go to stub
/openjdk10/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A DLinuxDebuggerLocal.c410 regs[REG_INDEX(CS)] = (uintptr_t) gregs.xcs;
434 regs[REG_INDEX(CS)] = gregs.cs;
/openjdk10/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp1349 #undef CS // Solaris builds complain macro
1357 #define CS JLINV "CallSite;" macro
1377 {CC "setCallSiteTargetNormal", CC "(" CS "" MH ")V", FN_PTR(MHN_setCallSiteTargetNormal)},
1378 {CC "setCallSiteTargetVolatile", CC "(" CS "" MH ")V", FN_PTR(MHN_setCallSiteTargetVolatile)},
/openjdk10/hotspot/src/jdk.hotspot.agent/windows/native/libsaproc/
H A Dsawindbg.cpp524 ptrRegs[REG_INDEX(CS)] = context.SegCs;
543 ptrRegs[REG_INDEX(CS)] = context.SegCs;
/openjdk10/jdk/src/java.base/share/classes/sun/text/bidi/
H A DBidiBase.java961 private static final byte CS = 6; field in class:BidiBase
1198 private static final int MASK_POSSIBLE_N = DirPropFlag(ON)|DirPropFlag(CS)|DirPropFlag(ES)|DirPropFlag(ET)|MASK_WS;
2437 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */
2469 /* that undefined situations (like CS following digits, until */
2472 /* Example: digits followed by CS, then comes another CS or ON; */
2473 /* the digits will be processed, then the CS assigned */
2476 /* processed, for instance digits followed by CS followed by L: */
2477 /* the digits must be processed as one sequence, and the CS */
2484 /* L, R, EN, AN, ON, S, B, ES, ET, CS, B
[all...]

Completed in 291 milliseconds