Searched refs:symbols (Results 51 - 58 of 58) sorted by relevance

123

/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp825 // symbols
935 assert((*sym)->is_permanent(), "archived symbols must be permanent");
1155 GrowableArray<Symbol*>* symbols = _ssc->get_sorted_symbols(); local
1156 for (int i=0; i<symbols->length(); i++) {
1157 it->push(symbols->adr_at(i));
1200 // Reorder the system dictionary. Moving the symbols affects
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s25 # Darwin uses _ prefixed global symbols
H A Dbsd_x86_32.s26 # Darwin uses _ prefixed global symbols
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java123 private MemoizedObject[] symbols; field in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl
164 // Set up symbols
165 symbols = new MemoizedObject[numberOfSymbols];
168 symbols[i] = new MemoizedObject() {
197 return (COFFSymbol) symbols[index].getValue();
1571 if (done()) throw new NoSuchElementException("No more symbols");
1786 // Make sure that ends of inner and outer symbols line
1878 Assert.that(offs != 0, "should not have null end offset for procedure symbols");
1962 Assert.that(offs != 0, "should not have null end offset for thunk symbols");
2055 Assert.that(offs != 0, "should not have null end offset for block symbols");
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java1038 // symbols that shouldn't be output so that they are not defaulted to
1081 * @param symbols list of symbols to strip.
1085 private static String strip(String symbols, String pattern) argument
1106 else if (symbols.indexOf(ch) > -1)
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java96 * This visitor assigns symbols to identifiers denoting variables. It does few more minor calculations that are only
97 * possible after symbols have been assigned; such is the transformation of "delete" and "typeof" operators into runtime
100 * during runtime and as such symbols don't have types. Calculation of expression types is performed by a separate
103 @Logger(name="symbols")
123 * Checks if various symbols that were provisionally marked as needing a slot ended up unused, and marks them as not
169 * Define symbols for all variable declarations at the top of the function scope. This way we can get around
230 //reuse global symbols so they can be hashed
318 // block scoped variables always live in current block, no need to look for existing symbols in parent blocks.
355 // Set scope flag on top-level block scoped symbols
444 // It's a skipped nested function. Just mark the symbols bein
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java94 symbols = arguments.definedSymbols;
3008 String string = (String)symbols.get (token.name);
3862 Hashtable symbols; field in class:Parser
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1990 --enable-debug-symbols Deprecated. Option is kept for backwards
2140 --with-native-debug-symbols
[all...]

Completed in 312 milliseconds

123