Searched refs:address (Results 176 - 200 of 838) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixNativeDispatcher.java71 return open0(buffer.address(), flags, mode);
85 return openat0(dfd, buffer.address(), flags, mode);
105 return fopen0(pathBuffer.address(), modeBuffer.address());
126 link0(existingBuffer.address(), newBuffer.address());
141 unlink0(buffer.address());
154 unlinkat0(dfd, buffer.address(), flag);
168 mknod0(buffer.address(), mode, dev);
183 rename0(fromBuffer.address(), toBuffe
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java102 // Cache portion of the remote process's address space.
296 public long readJLong(long address) argument
303 utils.checkAlignment(address, jintSize);
305 utils.checkAlignment(address, jlongSize);
307 byte[] data = readBytes(address, jlongSize);
317 public String addressValueToString(long address) { argument
318 return utils.addressValueToString(address);
322 public long readCInteger(long address, long numBytes, boolean isUnsigned) argument
326 utils.checkAlignment(address, numBytes);
332 utils.checkAlignment(address,
342 readAddress(long address) argument
348 readCompOopAddress(long address) argument
355 readOopHandle(long address) argument
361 readCompOopHandle(long address) argument
366 writeBytesToProcess(long address, long numBytes, byte[] data) argument
374 readBytesFromProcess(long address, long numBytes) argument
475 lookup(long address) argument
637 lookupByAddress0(long address) argument
645 readBytesFromProcess0(long address, long numBytes) argument
646 writeBytesToProcess0(long address, long numBytes, byte[] data) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp55 address sp = (address)_sp;
56 address fp = (address)_fp;
57 address unextended_sp = (address)_unextended_sp;
121 address jcw = (address)entry_frame_call_wrapper();
127 address sender_pc = NULL;
135 sender_pc = (address) thi
[all...]
H A DnativeInst_x86.cpp53 address NativeCall::destination() const {
68 void NativeCall::insert(address code_pos, address entry) {
82 void NativeCall::replace_mt_safe(address instr_addr, address code_buffer) {
85 assert (instr_addr != NULL, "illegal address for code patching");
119 address ptr = (address)((intptr_t)code_buffer + i);
121 assert(*((address)((intptr_t)instr_addr + i)) == a_byte, "mt safe patching failed");
141 void NativeCall::set_destination_mt_safe(address des
[all...]
H A Dframe_x86.hpp161 // we need to know that value. However in order to compute the address
162 // of the return address we need the real "raw" sp. Since sparc already
184 frame(intptr_t* sp, intptr_t* fp, address pc);
186 frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
194 inline address* sender_pc_addr() const;
196 // return address of param, zero origin index.
197 inline address* native_param_addr(int idx) const;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp127 static void post_field_modification(JavaThread *thread, methodOop method, address location,
213 static address get_field_access_count_addr();
216 static address get_field_modification_count_addr();
227 static void at_single_stepping_point(JavaThread *thread, methodOop method, address location);
236 static void post_single_step (JavaThread *thread, methodOop method, address location);
237 static void post_raw_breakpoint (JavaThread *thread, methodOop method, address location);
239 static void post_exception_throw (JavaThread *thread, methodOop method, address location, oop exception);
240 static void notice_unwind_due_to_exception (JavaThread *thread, methodOop method, address location, oop exception, bool in_handler_frame);
249 address location, KlassHandle field_klass, Handle object, jfieldID field);
260 address locatio
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCLoadInstruction.java34 public SPARCLoadInstruction(String name, int opcode, SPARCRegisterIndirectAddress address, SPARCRegister register, int dataType) { argument
35 super(name, opcode,address, register, dataType);
53 buf.append(address.toString());
64 return address;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJDMNetMaskV6.java44 return new NetMaskImpl(address.toString(), Integer.parseInt(mask));
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DPeerAddressChangeNotification.java30 * Notification emitted when a destination address on a multi-homed peer
39 * Defines the type of address change event that occurred to the destination
40 * address on a multi-homed peer when it encounters a change of interface
44 * supports dynamic address reconfiguration, e.g. {@code SCTP_ADDR_ADDED},
51 * This address is now reachable.
56 * The address specified can no longer be reached. Any data sent to this
57 * address is rerouted to an alternate until this address becomes reachable.
62 * The address is no longer part of the association.
67 * The address i
92 public abstract SocketAddress address(); method in class:PeerAddressChangeNotification
[all...]
H A DSendFailedNotification.java58 * Returns the address.
60 * @return The peer primary address of the association or the address that
63 public abstract SocketAddress address(); method in class:SendFailedNotification
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used;
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dassembler_bsd_x86.cpp33 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
40 ExternalAddress tls_base((address)ThreadLocalStorage::sp_map_addr());
48 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
71 call(RuntimeAddress(CAST_FROM_FN_PTR(address, pthread_getspecific)));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_MacroAssembler.hpp110 int call_RT(Register oop_result1, Register oop_result2, address entry, int args_size = 0);
111 int call_RT(Register oop_result1, Register oop_result2, address entry, Register arg1);
112 int call_RT(Register oop_result1, Register oop_result2, address entry, Register arg1, Register arg2);
113 int call_RT(Register oop_result1, Register oop_result2, address entry, Register arg1, Register arg2, Register arg3);
/openjdk7/jdk/src/share/back/
H A Dtransport.h33 jdwpError transport_startTransport(jboolean isServer, char *name, char *address, long timeout);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOneWayFeature.java120 * @return address of the wsa:ReplyTo header
130 * @param address
132 public void setReplyTo(WSEndpointReference address) { argument
133 this.replyTo = address;
139 * @return address of the wsa:From header
149 * @param address of the wsa:From header
151 public void setFrom(WSEndpointReference address) { argument
152 this.from = address;
158 * @return address of the wsa:FaultTo header
/openjdk7/jdk/src/windows/native/java/nio/
H A DMappedByteBuffer.c34 Java_java_nio_MappedByteBuffer_isLoaded0(JNIEnv *env, jobject obj, jlong address, argument
40 void *a = (void *) jlong_to_ptr(address);
47 Java_java_nio_MappedByteBuffer_load0(JNIEnv *env, jobject obj, jlong address, argument
55 jlong address, jlong len)
57 void *a = (void *) jlong_to_ptr(address);
54 Java_java_nio_MappedByteBuffer_force0(JNIEnv *env, jobject obj, jobject fdo, jlong address, jlong len) argument
/openjdk7/jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/
H A DADatagramSocket.java51 InetAddress address = InetAddress.getLocalHost();
52 DatagramPacket packet = new DatagramPacket(buf, buf.length, address, 4445);
93 // send the response to the client at "address" and "port"
94 InetAddress address = packet.getAddress();
96 packet = new DatagramPacket(buf, buf.length, address, port);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketFactoryImpl.java114 * Constructs an SSL connection to a server at a specified address
119 * @param address the server's host
122 public Socket createSocket(InetAddress address, int port) argument
125 return new SSLSocketImpl(context, address, port);
134 * address and port supplied.
145 * Constructs an SSL connection to a server at a specified address
149 * the local address and port supplied.
151 public Socket createSocket(InetAddress address, int port, argument
155 return new SSLSocketImpl(context, address, port,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java49 private String address; field in class:LocalVirtualMachine
58 this.address = connectorAddress;
82 return (address != null);
90 if (address != null) {
102 if (address == null) {
104 throw new IOException("Fails to find connector address");
110 return address;
147 String address = null;
153 address = ConnectorAddressLink.importFrom(pid);
159 new LocalVirtualMachine(pid, name, attachable, address));
[all...]
/openjdk7/jdk/src/share/classes/sun/net/
H A DApplicationProxy.java37 super(proxy.type(), proxy.address());
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DInflater.java167 setDictionary(zsRef.address(), b, off, len);
259 int n = inflateBytes(zsRef.address(), b, off, len);
290 return getAdler(zsRef.address());
352 reset(zsRef.address());
370 long addr = zsRef.address();
388 if (zsRef.address() == 0)
394 return zsRef.address() == 0;
/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp62 void UnhandledOops::register_unhandled_oop(oop* op, address pc) {
63 if (!_thread->is_in_stack((address)op))
101 if (!_thread->is_in_stack((address)op)) return;
124 if(!_thread->is_in_stack((address)entry._oop_ptr)) {
125 tty->print_cr("oop_ptr is " INTPTR_FORMAT, (address)entry._oop_ptr);
127 (address)_thread, (address)entry._pc);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java156 long address = unsafe.allocateMemory(SIZEOF_PORT_EVENT);
167 port_get(port, address);
174 short source = unsafe.getShort(address + OFFSETOF_SOURCE);
192 int fd = (int)unsafe.getAddress(address + OFFSETOF_OBJECT);
194 int events = unsafe.getInt(address + OFFSETOF_EVENTS);
214 unsafe.freeMemory(address);
248 static native int port_getn(int port, long address, int max, long timeout) argument
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/
H A DW3CEndpointReferenceBuilder.java48 * endpoint by providing the <code>address</code> property.
52 * the <code>address</code> property MUST be specified.
55 * published by the same Java EE application, the <code>address</code>
79 * Sets the <code>address</code> to the
83 * The <code>address</code> MUST be set to a non-<code>null</code>
88 * @param address The address of the endpoint to be targeted
92 * the <code>address</code> set to the <code>wsa:Address</code>.
94 public W3CEndpointReferenceBuilder address(String address) { argument
347 private String address; field in class:W3CEndpointReferenceBuilder
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp64 address code_begin() const { return (address)this + round_to(sizeof(InterpreterCodelet), CodeEntryAlignment); }
65 address code_end() const { return (address)this + size(); }
147 static InterpreterCodelet* codelet_containing(address pc) { return (InterpreterCodelet*)_code->stub_containing(pc); }

Completed in 99 milliseconds

1234567891011>>