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

/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s27 #define SYMBOL(s) _ ## s define
30 #define SYMBOL(s) s define
34 .globl SYMBOL(fixcw)
42 .globl SYMBOL(_Copy_conjoint_bytes)
43 .globl SYMBOL(_Copy_arrayof_conjoint_bytes)
44 .globl SYMBOL(_Copy_conjoint_jshorts_atomic)
45 .globl SYMBOL(_Copy_arrayof_conjoint_jshorts)
46 .globl SYMBOL(_Copy_conjoint_jints_atomic)
47 .globl SYMBOL(_Copy_arrayof_conjoint_jints)
48 .globl SYMBOL(_Copy_conjoint_jlongs_atomi
[all...]
H A Dbsd_x86_64.s26 #define SYMBOL(s) _ ## s define
29 #define SYMBOL(s) s define
39 .globl SYMBOL(_Copy_arrayof_conjoint_bytes)
40 .globl SYMBOL(_Copy_arrayof_conjoint_jshorts)
41 .globl SYMBOL(_Copy_conjoint_jshorts_atomic)
42 .globl SYMBOL(_Copy_arrayof_conjoint_jints)
43 .globl SYMBOL(_Copy_conjoint_jints_atomic)
44 .globl SYMBOL(_Copy_arrayof_conjoint_jlongs)
45 .globl SYMBOL(_Copy_conjoint_jlongs_atomic)
49 .globl SYMBOL(SpinPaus
[all...]
/openjdk10/langtools/make/tools/propertiesparser/parser/
H A DMessageType.java89 SYMBOL("symbol", "Symbol", "com.sun.tools.javac.code"), enum constant in enum:MessageType.SimpleType
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DCurrency.java262 private static final int SYMBOL = 0; field in class:Currency
512 locale, currencyCode, SYMBOL);
673 case SYMBOL:
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSType.java76 SYMBOL("symbol"); enum constant in enum:JSType
298 return JSType.SYMBOL;
344 return JSType.SYMBOL;
H A DScriptRuntime.java993 return (xType == JSType.NUMBER || xType == JSType.STRING || xType == JSType.SYMBOL) && yType == JSType.OBJECT;
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c100 } SYMBOL; typedef in typeref:enum:__anon1005
179 SYMBOL sy; // Current symbol
226 SYMBOL sy;
503 cmsBool Check(cmsIT8* it8, SYMBOL sy, const char* Err)
538 SYMBOL BinSrchKey(const char *id)
713 SYMBOL key;
984 void Skip(cmsIT8* it8, SYMBOL sy)
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeObject.java491 case SYMBOL:

Completed in 77 milliseconds