Searched refs:symbol (Results 51 - 75 of 76) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp72 // Call function for all symbols in the symbol table.
87 // Remove unreferenced symbols from the symbol table
138 // Create a new symbol table
151 // Lookup a symbol in a bucket.
161 // something is referencing this symbol now.
186 // entries in the symbol table during normal execution (only during
201 // Otherwise, add to symbol to table
223 // Otherwise, add to symbol to table. Copy to a C string first.
343 "proposed name of symbol must be stable");
354 // Check if the symbol tabl
675 lookup(Symbol* symbol) argument
715 intern(Symbol* symbol, TRAPS) argument
[all...]
H A DsystemDictionary.hpp31 #include "oops/symbol.hpp"
195 #define WK_KLASS_ENUM(name, symbol, ignore_o) WK_KLASS_ENUM_NAME(name), WK_KLASS_ENUM_NAME(symbol) = WK_KLASS_ENUM_NAME(name),
419 #define WK_KLASS_DECLARE(name, symbol, option) \
H A DsystemDictionary.cpp1806 #define WK_KLASS_INIT_INFO(name, symbol, option) \
1807 ( ((int)vmSymbols::VM_SYMBOL_ENUM_NAME(symbol) \
1819 Symbol* symbol = vmSymbols::symbol_at((vmSymbols::SID)sid); local
1824 (*klassp) = resolve_or_fail(symbol, true, CHECK_0); // load required class
1826 (*klassp) = resolve_or_null(symbol, CHECK_0); // load optional klass
1968 assert(ph_check == NULL || ph_check == name, "invalid symbol");
H A Ddictionary.cpp572 if (p->hash() == hash && p->symbol() == sym && p->symbol_mode() == sym_mode) {
H A DjavaClasses.cpp43 #include "oops/symbol.hpp"
244 Handle java_lang_String::create_from_symbol(Symbol* symbol, TRAPS) { argument
245 int length = UTF8::unicode_length((char*)symbol->bytes(), symbol->utf8_length());
248 UTF8::convert_to_unicode((char*)symbol->bytes(), value(h_obj())->char_at_addr(0), length);
659 // Because this can create a new symbol, the caller has to decrement
H A DjavaClasses.hpp91 static Handle create_from_symbol(Symbol* symbol, TRAPS);
H A DvmSymbols.hpp28 #include "oops/symbol.hpp"
480 /* symbol aliases needed by intrinsics */ \
483 /* returned by the C1 compiler in case there's not enough memory to allocate a new symbol*/ \
484 template(dummy_symbol, "illegal symbol") \
574 // The name and/or signature might be a "well known" symbol
576 // re-definition of the symbol.
579 // same purpose: Define yet another VM symbol. They could all be merged
644 /* (symbol reverseBytes_name defined above) */ \
646 /* (symbol reverseBytes_name defined above) */ \
648 /* (symbol reverseBytes_nam
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java399 /** Returns the symbol table. */
932 /** Returns a hash value for the specified symbol. */
933 protected int hash(String symbol) { argument
935 if (symbol == null) {
939 int length = symbol.length();
941 code = code * 37 + symbol.charAt(i);
/openjdk7/jdk/test/sun/management/jdp/
H A DJdpTest.sh26 # @compile -XDignore.symbol.file JdpUnitTest.java JdpClient.java JdpDoSomething.java
54 # sun.* packages is not included to symbol file lib/ct.sym so we have
65 ${COMPILEJAVA}/bin/javac -XDignore.symbol.file -d ${_testclasses} \
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp211 assert(entry.is_metadata(), "must be either symbol or klass");
254 assert(entry.is_metadata(), "must be either symbol or klass");
417 assert(entry.is_metadata(), "must be either symbol or klass");
764 assert(slot_at(index).is_metadata(), "must be symbol");
787 // Do nothing! Not a symbol.
1553 DBG(printf("adding symbol entry %s = %d\n", sym->as_utf8(), idx));
1665 Symbol* s = cur->symbol();
1772 assert(en->symbol() != NULL, "SymbolHashMapEntry symbol is NULL");
1773 if (en->hash() == hash && en->symbol()
[all...]
H A DconstantPoolOop.hpp30 #include "oops/symbol.hpp"
208 // assert the symbol is not an oop.
293 // assert the symbol is not an oop.
788 Symbol* _symbol; // 1-st part of the mapping: symbol => value
789 u2 _value; // 2-nd part of the mapping: symbol => value
798 Symbol* symbol() const { return _symbol; } function in class:SymbolHashMapEntry
804 SymbolHashMapEntry(unsigned int hash, Symbol* symbol, u2 value) argument
805 : _hash(hash), _symbol(symbol), _value(value), _next(NULL) {}
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java157 Symbol symbol = (Symbol) element;
158 TypeSymbol enclosing = symbol.enclClass();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java132 * to the annotated symbol.
254 Symbol sym = TreeInfo.symbol(tree);
H A DFlow.java352 /** Do we need to track init/uninit state of this symbol?
353 * I.e. is symbol either a local or a blank final variable?
421 Symbol sym = TreeInfo.symbol(tree);
1262 Symbol sym = TreeInfo.symbol(tree.expr);
1425 Symbol sym = TreeInfo.symbol(apply.meth);
H A DLower.java122 /** Environment for symbol lookup, set by translateTopLevelClass.
139 * to the actually referred symbol in superclasses.
147 /** The current method symbol.
174 /** Map a class symbol to its definition.
175 * @param c The class symbol of which we want to determine the definition.
302 addFreeVars((ClassSymbol) TreeInfo.symbol(tree.meth).owner);
303 Symbol constructor = TreeInfo.symbol(tree.meth);
561 * its symbol. Return the class definition's symbol.
563 * @param flags The class symbol'
[all...]
H A DCheck.java200 /** Warn about deprecated symbol.
202 * @param sym The deprecated symbol.
220 * @param sym The deprecated symbol.
296 /** Report an error that symbol cannot be referenced before super
299 * @param sym The referenced symbol.
337 * @param v The symbol.
358 * @param c The symbol.
855 /** Check that given modifiers are legal for given symbol and
856 * return modifiers together with any implicit modififiers for that symbol.
862 * @param sym The defined symbol
[all...]
H A DAttr.java267 Symbol lsym = TreeInfo.symbol(((JCFieldAccess) tree).selected);
275 /** Is this symbol a type?
281 /** The current `this' symbol.
1067 /** Return the selected enumeration constant symbol, or null. */
1498 // Set method symbol to resolved constructor...
1518 // arguments (this will also set the method symbol).
1629 // symbol + type back into the attributed tree.
1638 // symbol + type back into the attributed tree.
1640 TreeInfo.setSymbol(clazzid, TreeInfo.symbol(clazzid1));
1985 Symbol sym = TreeInfo.symbol(tre
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java466 /** Find the position for reporting an error about a symbol, where
467 * that symbol is defined somewhere in the given tree. */
473 /** Find the position for reporting an error about a symbol, where
474 * that symbol is defined somewhere in the given tree. */
480 /** Find the declaration for a symbol, where
481 * that symbol is defined somewhere in the given tree. */
653 /** If this tree is an identifier or a field, return its symbol,
656 public static Symbol symbol(JCTree tree) { method in class:TreeInfo
664 return symbol(((JCTypeApply) tree).clazz);
675 Symbol e = symbol(
[all...]
H A DPretty.java341 isUsed(TreeInfo.symbol(imp.qualid), cdef)) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java315 Address lookup(String symbol) { argument
316 if (symbol.indexOf("::") != -1) {
317 String[] parts = symbol.split("::");
329 symbol = mangled.toString();
331 return VM.getVM().getDebugger().lookup(null, symbol);
461 new Command("symbol", "symbol address", false) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java223 public String getSymbol (String symbol) {
224 return symbol.intern();
2870 public String getSymbol (String symbol) {
2871 return symbol.intern();
2937 public String getSymbol (String symbol) { argument
2938 return fExternal.getSymbol(symbol);
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1196 Symbol* symbol = constant_pool->symbol_at(index); local
1199 if (symbol->byte_at(0) != '(') {
1201 SystemDictionary::resolve_or_null(symbol, class_loader, protection_domain, CHECK);
1207 for (SignatureStream ss(symbol); !ss.is_done(); ss.next()) {
1341 tty->print(unresolved ? " unresolved class: " : " symbol: ");
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s62 ! SET_SIZE trails a function and sets the size for the ELF symbol table
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java277 String symbol = scanner.getStringToEOL ();
278 symbols.put (token.name, symbol.trim ());
701 // Was the indicated type found in the symbol table?
733 // Was the indicated type found in the symbol table?
772 // Was the indicated type found in the symbol table?
983 * double colon tokens, builds the scoped name, and finds the symbol
1368 * @param entry the symbol table entry whose scope has just been opened.
1388 * @param entry the symbol table entry whose scope has just been closed.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java186 /** Environment for symbol lookup, set by genClass
245 /** Construct a symbol to reflect the qualifying type that should
254 * @param sym The accessed symbol
639 * @param m The interface method symbol for which a Miranda method
648 c.members().enter(absMeth); // add to symbol table
1691 TreeInfo.symbol(tree.meth).externalType(types).getParameterTypes());
2026 * @param operator The operator symbol.
2129 Symbol ssym = TreeInfo.symbol(tree.selected);

Completed in 350 milliseconds

1234