Searched defs:newAddress (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DSharedObject.java39 protected Address newAddress(long address) { method in class:SharedObject
40 return dbg.newAddress(address);
H A DBsdDebugger.java53 public Address newAddress(long value) throws DebuggerException; method in interface:BsdDebugger
H A DBsdDebuggerLocal.java75 Address baseAddr = newAddress(base);
513 public Address newAddress(long value) { method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DSharedObject.java39 protected Address newAddress(long address) { method in class:SharedObject
40 return dbg.newAddress(address);
H A DLinuxDebugger.java53 public Address newAddress(long value) throws DebuggerException; method in interface:LinuxDebugger
H A DLinuxDebuggerLocal.java73 Address baseAddr = newAddress(base);
506 public Address newAddress(long value) { method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DSharedObject.java39 protected Address newAddress(long address) { method in class:SharedObject
40 return dbg.newAddress(address);
H A DProcDebugger.java54 public Address newAddress(long value) throws DebuggerException; method in interface:ProcDebugger
H A DProcDebuggerLocal.java418 public Address newAddress(long value) { method in class:ProcDebuggerLocal
606 ProcCFrame sender = new ProcCFrame(this, newAddress(pc), newAddress(fp));
619 Address baseAddr = newAddress(base);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java134 return newAddress(value);
154 protected abstract Address newAddress(long addr); method in class:DSO
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java57 public Address newAddress(long value) throws DebuggerException; method in interface:WindbgDebugger
H A DWindbgCDebugInfoBuilder.java489 newAddress(symIter.getLGDataOffset(), symIter.getLGDataSegment()),
501 newAddress(symIter.getLGProcOffset(), symIter.getLGProcSegment()),
520 newAddress(symIter.getBlockOffset(), symIter.getBlockSegment()),
670 private Address newAddress(int offset, short segment) { method in class:WindbgCDebugInfoBuilder
H A DWindbgDebuggerLocal.java202 return newAddress(utils.scanAddress(addressString));
246 return newAddress(lookupByName(objectName, symbol));
316 return (WindbgAddress) newAddress(readAddressValue(address));
321 return (WindbgAddress) newAddress(readCompOopAddressValue(address));
388 dll = new DLL(this, path, size,newAddress(base)) {
400 dll = new DLL(this, path, size, newAddress(base));
418 public Address newAddress(long value) { method in class:WindbgDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java305 public Address newAddress(long value) { method in class:RemoteDebuggerClient
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java552 public @NotNull WSEndpointReference createWithAddress(@NotNull URI newAddress) { argument
553 return createWithAddress(newAddress.toString());
559 public @NotNull WSEndpointReference createWithAddress(@NotNull URL newAddress) { argument
560 return createWithAddress(newAddress.toString());
575 * @param newAddress
579 public @NotNull WSEndpointReference createWithAddress(@NotNull final String newAddress) { argument
597 super.characters(newAddress.toCharArray(),0,newAddress.length());
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c679 jlong existingAddress, jlong newAddress)
683 const char* newname = (const char*)jlong_to_ptr(newAddress);
678 Java_sun_nio_fs_UnixNativeDispatcher_link0(JNIEnv* env, jclass this, jlong existingAddress, jlong newAddress) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixNativeDispatcher.java132 private static native void link0(long existingAddress, long newAddress) argument
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java300 private static native void CopyFileEx0(long existingAddress, long newAddress, argument
322 private static native void MoveFileEx0(long existingAddress, long newAddress, argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c461 jlong existingAddress, jlong newAddress, jint flags, jlong cancelAddress)
464 LPCWSTR lpNewFileName = jlong_to_ptr(newAddress);
475 jlong existingAddress, jlong newAddress, jint flags)
478 LPCWSTR lpNewFileName = jlong_to_ptr(newAddress);
460 Java_sun_nio_fs_WindowsNativeDispatcher_CopyFileEx0(JNIEnv* env, jclass this, jlong existingAddress, jlong newAddress, jint flags, jlong cancelAddress) argument
474 Java_sun_nio_fs_WindowsNativeDispatcher_MoveFileEx0(JNIEnv* env, jclass this, jlong existingAddress, jlong newAddress, jint flags) argument

Completed in 129 milliseconds