Searched refs:address (Results 76 - 100 of 838) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDirectBuffer.java33 public long address(); method in interface:DirectBuffer
H A DSctpMessageInfoImpl.java35 private final SocketAddress address; field in class:SctpMessageInfoImpl
47 SocketAddress address,
50 this.address = address;
57 SocketAddress address,
64 this.address = address;
90 public SocketAddress address() { method in class:SctpMessageInfoImpl
91 return address;
160 sb.append( "[Address: ").append(address)
46 SctpMessageInfoImpl(Association association, SocketAddress address, int streamNumber) argument
56 SctpMessageInfoImpl(int assocId, SocketAddress address, int bytes, int streamNumber, boolean complete, boolean unordered, int ppid) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp38 static address _chunk; // For allocation
39 static address _chunk_end; // For allocation
60 address code_begin() const { return (address)(this + 1); }
61 address code_end() const { return code_begin() + pd_code_size_limit(_is_vtable_stub); }
62 address entry_point() const { return code_begin(); }
68 bool contains(address pc) const { return code_begin() <= pc && pc < code_end(); }
71 void set_exception_points(address npe_addr, address ame_addr) {
95 bool is_abstract_method_error(address ep
[all...]
H A Dnmethod.hpp39 address _pc[cache_size];
40 address _handler[cache_size];
44 address pc_at(int index) { assert(index >= 0 && index < count(),""); return _pc[index]; }
45 void set_pc_at(int index, address a) { assert(index >= 0 && index < cache_size,""); _pc[index] = a; }
46 address handler_at(int index) { assert(index >= 0 && index < count(),""); return _handler[index]; }
47 void set_handler_at(int index, address a) { assert(index >= 0 && index < cache_size,""); _handler[index] = a; }
53 ExceptionCache(Handle exception, address pc, address handler);
60 address match(Handle exception, address p
[all...]
H A DcompiledIC.hpp82 address _entry; // entry point for call
87 address entry() const { return _entry; }
109 void set_ic_destination(address entry_point);
114 address stub_address() const;
119 friend CompiledIC* CompiledIC_before(address return_addr);
120 friend CompiledIC* CompiledIC_at(address call_site);
126 address ic_destination() const;
136 address end_of_call() { return _ic_call->return_address(); }
154 address instruction_address() const { return _ic_call->instruction_address(); }
162 inline CompiledIC* CompiledIC_before(address return_add
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp147 static int call_instruction(address destination, address pc) { return Assembler::op(Assembler::call_op) | Assembler::wdisp((intptr_t)destination, (intptr_t)pc, 30); }
162 address addr_at(int offset) const { return address(this) + offset; }
166 void set_addr_at(int offset, address x); /* deals with I-cache */
168 address instruction_address() const { return addr_at(0); }
169 address next_instruction_address() const { return addr_at(BytesPerInstWord); }
245 static intptr_t data64( address pc, int arith_insn ) {
256 static void set_data64_sethi(address instaddr, intptr_t x);
257 static void verify_data64_sethi(address instadd
330 nativeInstruction_at(address address) argument
547 nativeMovConstReg_at(address address) argument
556 nativeMovConstReg_before(address address) argument
606 nativeMovConstRegPatching_at(address address) argument
615 nativeMovConstRegPatching_before(address address) argument
705 nativeMovRegMem_at(address address) argument
795 nativeMovRegMemPatching_at(address address) argument
852 nativeJump_at(address address) argument
901 nativeGeneralJump_at(address address) argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DProxy.java30 * a socket address.
90 * @throws IllegalArgumentException when the type and the address are
95 throw new IllegalArgumentException("type " + type + " is not compatible with address " + sa);
110 * Returns the socket address of the proxy, or
116 public SocketAddress address() { method in class:Proxy
123 * and concatenating " @ " and the toString() result from its address
131 return type() + " @ " + address();
141 * address if both the SocketAddresses and type are equal.
153 if (address() == null) {
154 return (p.address()
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_share_solaris.hpp35 void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc);
/openjdk7/jdk/src/windows/classes/sun/net/
H A DNetHooks.java42 InetAddress address,
53 InetAddress address,
41 beforeTcpBind(FileDescriptor fdObj, InetAddress address, int port) argument
52 beforeTcpConnect(FileDescriptor fdObj, InetAddress address, int port) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpPeerAddrChange.java50 private SocketAddress address; field in class:SctpPeerAddrChange
54 private SctpPeerAddrChange(int assocId, SocketAddress address, int intEvent) { argument
78 this.address = address;
92 public SocketAddress address() { method in class:SctpPeerAddrChange
93 assert address != null;
94 return address;
113 sb.append("Address: ").append(address);
H A DSctpSendFailed.java42 private SocketAddress address; field in class:SctpSendFailed
49 SocketAddress address,
56 this.address = address;
77 public SocketAddress address() { method in class:SctpSendFailed
78 assert address != null;
79 return address;
103 sb.append(", Address: ").append(address);
48 SctpSendFailed(int assocId, SocketAddress address, ByteBuffer buffer, int errorCode, int streamNumber) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCMemoryInstruction.java32 final protected SPARCRegisterIndirectAddress address; field in class:SPARCMemoryInstruction
37 public SPARCMemoryInstruction(String name, int opcode, SPARCRegisterIndirectAddress address, SPARCRegister register, int dataType) { argument
39 this.address = address;
49 buf.append(address.toString());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86MemoryInstruction.java31 final protected Address address; field in class:X86MemoryInstruction
36 public X86MemoryInstruction(String name, Address address, X86Register register, int dataType, int size, int prefixes) { argument
38 this.address = address;
51 buf.append(address.toString());
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DMessageInfo.java76 * @param address
77 * For a connected {@code SctpChannel} the address is the
78 * preferred peer address of the association to send the message
79 * to, or {@code null} to use the peer primary address. For an
80 * {@code SctpMultiChannel} the address is used to determine
82 * address then one is setup.
92 public static MessageInfo createOutgoing(SocketAddress address, argument
97 return new sun.nio.ch.SctpMessageInfoImpl(null, address, streamNumber);
114 * @param address
115 * The preferred peer address o
127 createOutgoing(Association association, SocketAddress address, int streamNumber) argument
149 public abstract SocketAddress address(); method in class:MessageInfo
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dentry_zero.hpp36 address _entry_point;
39 address entry_point() const {
42 void set_entry_point(address entry_point) {
51 address osr_buf,
61 void invoke_osr(methodOop method, address osr_buf, TRAPS) const {
H A Dbytes_zero.hpp51 static inline u2 get_native_u2(address p){
56 static inline u4 get_native_u4(address p) {
61 static inline u8 get_native_u8(address p) {
66 static inline void put_native_u2(address p, u2 x) {
71 static inline void put_native_u4(address p, u4 x) {
76 static inline void put_native_u8(address p, u8 x) {
85 static inline u2 get_Java_u2(address p) {
89 static inline u4 get_Java_u4(address p) {
95 static inline u8 get_Java_u8(address p) {
108 static inline void put_Java_u2(address
[all...]
H A DsharedRuntime_zero.cpp52 static address zero_null_code_stub() {
53 address start = ShouldNotCallThisStub();
73 CAST_FROM_FN_PTR(address,zero_null_code_stub),
74 CAST_FROM_FN_PTR(address,zero_null_code_stub),
75 CAST_FROM_FN_PTR(address,zero_null_code_stub));
127 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) {
131 RuntimeStub* SharedRuntime::generate_resolve_blob(address destination, const char* name) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp48 address _begin; // points to the first byte of the stub code (included)
49 address _end; // points to the first byte after the stub code (excluded)
51 void set_end(address end) {
56 void set_begin(address begin) {
66 static StubCodeDesc* desc_for(address pc); // returns the code descriptor for the code containing pc or NULL
68 static const char* name_for(address pc); // returns the name of the code containing pc or NULL
70 StubCodeDesc(const char* group, const char* name, address begin) {
84 address begin() const { return _begin; }
85 address end() const { return _end; }
87 bool contains(address p
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPageCache.java79 public synchronized boolean getBoolean(long address) { argument
80 return (getByte(address) != 0);
83 public synchronized byte getByte(long address) { argument
84 return checkPage(getPage(address & pageMask), address).getByte(address);
87 public synchronized short getShort(long address, boolean bigEndian) { argument
88 return checkPage(getPage(address & pageMask), address).getShort(address, bigEndia
91 getChar(long address, boolean bigEndian) argument
95 getInt(long address, boolean bigEndian) argument
99 getLong(long address, boolean bigEndian) argument
103 getFloat(long address, boolean bigEndian) argument
107 getDouble(long address, boolean bigEndian) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java189 private static WindowsFileAttributes fromFileInformation(long address, int reparseTag) { argument
190 int fileAttrs = unsafe.getInt(address + OFFSETOF_FILE_INFORMATION_ATTRIBUTES);
191 long creationTime = unsafe.getLong(address + OFFSETOF_FILE_INFORMATION_CREATETIME);
192 long lastAccessTime = unsafe.getLong(address + OFFSETOF_FILE_INFORMATION_LASTACCESSTIME);
193 long lastWriteTime = unsafe.getLong(address + OFFSETOF_FILE_INFORMATION_LASTWRITETIME);
194 long size = ((long)(unsafe.getInt(address + OFFSETOF_FILE_INFORMATION_SIZEHIGH)) << 32)
195 + (unsafe.getInt(address + OFFSETOF_FILE_INFORMATION_SIZELOW) & 0xFFFFFFFFL);
196 int volSerialNumber = unsafe.getInt(address + OFFSETOF_FILE_INFORMATION_VOLSERIALNUM);
197 int fileIndexHigh = unsafe.getInt(address + OFFSETOF_FILE_INFORMATION_INDEXHIGH);
198 int fileIndexLow = unsafe.getInt(address
213 fromFileAttributeData(long address, int reparseTag) argument
242 fromFindData(long address) argument
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp204 address _code_begin; // first byte of code buffer
205 address _code_limit; // first byte after code buffer
206 address _code_pos; // current code generation position
210 address addr_at(int pos) const { return _code_begin + pos; }
212 // This routine is called with a label is used for an address.
214 address target(Label& L); // return _code_section->target(L)
223 void emit_address(address x); // emit an address (not a longSize word!)
314 address pc() const { return _code_pos; }
320 address inst_mar
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java57 int read(FileDescriptor fd, long address, int len) argument
60 return read0(fd, address, len);
63 int pread(FileDescriptor fd, long address, int len, long position) argument
66 return pread0(fd, address, len, position);
69 long readv(FileDescriptor fd, long address, int len) throws IOException { argument
70 return readv0(fd, address, len);
73 int write(FileDescriptor fd, long address, int len) throws IOException { argument
74 return write0(fd, address, len, append);
77 int pwrite(FileDescriptor fd, long address, int len, long position) argument
80 return pwrite0(fd, address, le
83 writev(FileDescriptor fd, long address, int len) argument
125 read0(FileDescriptor fd, long address, int len) argument
128 pread0(FileDescriptor fd, long address, int len, long position) argument
131 readv0(FileDescriptor fd, long address, int len) argument
134 write0(FileDescriptor fd, long address, int len, boolean append) argument
137 pwrite0(FileDescriptor fd, long address, int len, long position) argument
140 writev0(FileDescriptor fd, long address, int len, boolean append) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicField.java36 private Address address; field in class:BasicField
66 /** Static fields only: set address of field. The resolution
67 mechanism will automatically attempt to find the address of the
69 in the database if the address has not been set. */
70 public void setAddress(Address address) { argument
72 this.address = address;
75 /** Static fields only: get address of field */
78 return address;
84 if (address
[all...]
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/simple/
H A DDefaultCaching.java83 static void test (String host, String address, argument
85 test (host, address, shouldSucceed);
98 static void test (String host, String address, boolean shouldSucceed) { argument
103 throw new RuntimeException (host+":"+address+": should fail");
106 if (!address.equals(addr.getHostAddress())) {
107 throw new RuntimeException(host+":"+address+": compare failed");
111 throw new RuntimeException(host+":"+address+": should succeed");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DCodeViewerPanel.java40 protected HistoryComboBox address; field in class:CodeViewerPanel
56 address.setText(description.substring(equalToIndex + 1));
70 address = new HistoryComboBox();
71 topPanel.add(address, BorderLayout.CENTER);
83 address.addActionListener(new ActionListener() {
92 if (address.getText() != null && !address.getText().equals("")) {
93 contentEditor.setText(htmlGen.genHTMLForAddress(address.getText()));
98 address.setText(addr.toString());

Completed in 80 milliseconds

1234567891011>>