Searched refs:newAddress (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
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/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/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
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 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/windbg/
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
/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/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java305 public Address newAddress(long value) { method in class:RemoteDebuggerClient
/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
/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/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

Completed in 388 milliseconds

12