Searched refs:link (Results 101 - 125 of 126) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTD.java78 final Element link = getElement("link"); field in class:DTD
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DPropertyInfoImpl.java59 * Default partial implementation for {@link PropertyInfo}.
240 * defined on many of the {@link PropertyInfo}-derived classes.
288 * Called after all the {@link TypeInfo}s are collected into the governing {@link TypeInfoSet}.
292 protected void link() { method in class:PropertyInfoImpl
305 * A {@link PropertyInfoImpl} is always referenced by its enclosing class,
325 * Computes the tag name from a {@link XmlElement} by taking the defaulting into account.
335 * Computes the tag name from a {@link XmlElementWrapper} by taking the defaulting into account.
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s86 !call link %o7
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixNativeDispatcher.java120 * link(const char* existing, const char* new)
122 static void link(UnixPath existing, UnixPath newfile) throws UnixException { method in class:UnixNativeDispatcher
237 * @return link target
/openjdk7/jdk/make/common/
H A DDefs.gmk234 # All libraries except libjava and libjvm itself link against libjvm and
245 # Libraries that must appear ahead of libc.so on the link command line
448 # Used in two ways: helps link against libjava.so. Also if overridden
508 define install-sym-link
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp502 intptr_t *dump_fp = cur_frame.link();
H A DstubGenerator_sparc.cpp132 // note: if the link argument position changes, adjust
135 const Argument link = Argument(0, false); // used only for GC local
/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp528 intptr_t *dump_fp = trace_calling_frame.link();
H A DsharedRuntime_x86_64.cpp1522 // break the reverse link.
1533 void link(GrowableArray<MoveOperation*>& killer) { function in class:ComputeMoveOrder::MoveOperation
1534 // link this store in front the store that it depends on
1610 edges.at(i)->link(killer);
3465 // 1: self-frame (no frame link)
3466 // 2: deopting frame (no frame link)
3656 // 1: self-frame (no frame link)
3657 // 2: deopting frame (no frame link)
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp364 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp499 tty->print_cr("C link " INTPTR_FORMAT, _fr.link());
H A Dos.cpp1005 uintptr_t old_fp = (uintptr_t)fr->link();
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java1209 public void link(String str) { method in class:HtmlWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java134 * Shared instance of {@link TransformerFactory}.
135 * Lock before use, because a {@link TransformerFactory} is not thread-safe
136 * whereas {@link JAXBContextImpl} is.
142 * Shared instance of {@link DocumentBuilder}.
151 * Map from JAXB-bound {@link Class} to its {@link JaxBeanInfo}.
156 * All created {@link JaxBeanInfo}s.
157 * Updated from each {@link JaxBeanInfo}s constructors to avoid infinite recursion
161 * This map is only used while the {@link JAXBContextImpl} is built and set to null
169 * Pool of {@link Marshalle
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c1071 LPCWSTR link = jlong_to_ptr(linkAddress); local
1080 if ((*CreateSymbolicLink_func)(link, target, (DWORD)flags) == 0)
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c32 #include <link.h>
831 // refer to struct r_debug in link.h
844 // at debug_base we have struct r_debug. This has first link map in r_map field
847 print_debug("can't read first link map address\n");
873 print_debug("first link map is at 0x%lx\n", first_link_map_addr);
877 // read library base address of the .so. Note that even though <sys/link.h> calls
936 print_debug("can't read next link in link_map\n");
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c32 #include <link.h>
825 // refer to struct r_debug in link.h
838 // at debug_base we have struct r_debug. This has first link map in r_map field
841 print_debug("can't read first link map address\n");
863 print_debug("first link map is at 0x%lx\n", first_link_map_addr);
867 // read library base address of the .so. Note that even though <sys/link.h> calls
929 print_debug("can't read next link in link_map\n");
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp355 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp145 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp172 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp235 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
/openjdk7/jdk/make/sun/awt/
H A DMakefile439 $(call install-sym-link, libjdgaSUNWffb.so)
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java41 * A scalable concurrent {@link ConcurrentNavigableMap} implementation.
43 * ordering} of its keys, or by a {@link Comparator} provided at map
54 * the creation of the iterator. They do <em>not</em> throw {@link
78 * <em>optional</em> methods of the {@link Map} and {@link Iterator}
144 * link. This requires less space and supports faster
226 * using CAS to link and unlink. Races are allowed in index-list
227 * operations that can (rarely) fail to link in a new index node
572 * indexed is known to be deleted, it doesn't try to link in.
577 final boolean link(Inde method in class:ConcurrentSkipListMap.Index
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp123 # include <link.h>
4313 // link http://www.opensource.apple.com/source/xnu/xnu-2050.18.24/bsd/uxkern/ux_exception.c
4842 // dynamically link to objective c gc registration
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp118 # include <link.h>
1879 "'execstack -c <libfile>', or link it with '-z noexecstack'.",

Completed in 157 milliseconds

123456