Searched refs:address (Results 426 - 450 of 838) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp326 address os::get_caller_pc(int n) {
330 address pc;
341 // starting address. This function must be called
344 address os::current_stack_base() {
346 address stack_bottom;
350 stack_bottom = (address)minfo.AllocationBase;
358 if ( stack_bottom == (address)minfo.AllocationBase )
685 // Limit to 1400m because of the 2gb address space wall
1210 // Helper routine which returns true if address in
1211 // within the NTDLL address spac
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp132 address Runtime1::arraycopy_count_address(BasicType type) {
135 case T_BYTE: return (address)&_byte_arraycopy_cnt;
137 case T_SHORT: return (address)&_short_arraycopy_cnt;
139 case T_INT: return (address)&_int_arraycopy_cnt;
141 case T_LONG: return (address)&_long_arraycopy_cnt;
143 case T_OBJECT: return (address)&_oop_arraycopy_cnt;
264 const char* Runtime1::name_for_address(address entry) {
400 address pc = method()->code_base() + branch_bci;
426 JRT_BLOCK_ENTRY(address, Runtime1::counter_overflow(JavaThread* thread, int bci, methodOopDesc* method))
457 JRT_ENTRY_NO_ASYNC(static address, exception_handler_for_pc_helpe
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp143 address frame::raw_pc() const {
158 void frame::set_pc(address newpc ) {
300 // windows we have a race with patching the return address and the
318 address deopt = nm->is_method_handle_return(pc()) ?
416 address mdp = mdo->di_to_dp(mdi);
425 int mdi = mdo->dp_to_di((address)mdx);
438 return is_bci(bcx) ? bcx : interpreter_frame_method()->bci_from((address)bcx);
447 address frame::interpreter_frame_bcp() const {
450 return is_bci(bcx) ? interpreter_frame_method()->bcp_from(bcx) : (address)bcx;
453 void frame::interpreter_frame_set_bcp(address bc
[all...]
H A Dos.cpp72 address os::_polling_page = NULL;
563 void* os::malloc(size_t size, MEMFLAGS memflags, address caller) {
596 MemTracker::record_malloc((address)memblock, size, memflags, caller == 0 ? CALLER_PC : caller);
602 void* os::realloc(void *memblock, size_t size, MEMFLAGS memflags, address caller) {
609 tkr.record((address)memblock, (address)ptr, size, memflags,
677 MemTracker::record_free((address)memblock, memflags);
743 void os::print_hex_dump(outputStream* st, address start, address end, int unitsize) {
756 address
[all...]
H A DsharedRuntime.cpp102 _wrong_method_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::handle_wrong_method), "wrong_method_stub");
103 _ic_miss_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::handle_wrong_method_ic_miss), "ic_miss_stub");
104 _resolve_opt_virtual_call_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::resolve_opt_virtual_call_C), "resolve_opt_virtual_call");
105 _resolve_virtual_call_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::resolve_virtual_call_C), "resolve_virtual_call");
106 _resolve_static_call_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::resolve_static_call_C), "resolve_static_call");
111 _polling_page_vectors_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_VECTOR_LOOP);
114 _polling_page_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_LOOP);
115 _polling_page_return_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_RETURN);
185 address SharedRuntime::_ICmiss_at[SharedRuntime::maxICmiss_count];
188 void SharedRuntime::trace_ic_miss(address a
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java104 private @NotNull String address; field in class:WSEndpointReference
171 public WSEndpointReference(URL address, AddressingVersion version) { argument
172 this(address.toExternalForm(), version);
178 public WSEndpointReference(URI address, AddressingVersion version) { argument
179 this(address.toString(), version);
183 * Creates a {@link WSEndpointReference} that only has an address.
185 public WSEndpointReference(String address, AddressingVersion version) { argument
186 this.infoset = createBufferFromAddress(address,version);
188 this.address = address;
193 createBufferFromAddress(String address, AddressingVersion version) argument
221 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable List<Element> referenceParameters) argument
239 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable List<Element> referenceParameters, @Nullable Collection<EPRExtension> extns,@Nullable Map<QName, String> attributes) argument
260 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable String wsdlTargetNamepsace, @Nullable List<Element> referenceParameters, @Nullable List<Element> elements, @Nullable Map<QName, String> attributes) argument
275 createBufferFromData(AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable List<Element> elements, @Nullable Map<QName, String> attributes) argument
304 createBufferFromData(AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable Collection<EPRExtension> extns, @Nullable Map<QName, String> attributes) argument
337 writePartialEPRInfoset(StreamWriterBufferCreator writer, AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable Map<QName, String> attributes) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp269 address start = __ pc();
276 address ptr = (address)(_pc_start + i);
284 address ptr = (address)(_pc_start + i);
290 address end_of_patch = __ pc();
332 address patch_info_pc = __ pc();
335 address entry = __ pc();
336 NativeGeneralJump::insert_unconditional((address)_pc_start, entry);
337 address targe
[all...]
H A Dc1_LIRGenerator_sparc.cpp259 void LIRGenerator::increment_counter(address counter, BasicType type, int step) {
366 // emit array address setup early so it schedules better
391 pre_barrier(LIR_OprFact::address(array_addr), LIR_OprFact::illegalOpr /* pre_val */,
397 post_barrier(LIR_OprFact::address(array_addr), value.result());
471 address entry;
474 entry = CAST_FROM_FN_PTR(address, SharedRuntime::frem);
477 entry = CAST_FROM_FN_PTR(address, SharedRuntime::drem);
510 address entry;
513 entry = CAST_FROM_FN_PTR(address, SharedRuntime::lrem);
516 entry = CAST_FROM_FN_PTR(address, SharedRuntim
1137 volatile_field_store(LIR_Opr value, LIR_Address* address, CodeEmitInfo* info) argument
1146 volatile_field_load(LIR_Address* address, LIR_Opr result, CodeEmitInfo* info) argument
[all...]
H A DinterpreterRT_sparc.cpp142 void SignatureHandlerLibrary::pd_set_handler(address handler) {}
147 address _from;
166 // pass address of from
219 SlowSignatureHandler(methodHandle method, address from, intptr_t* to, intptr_t *RegArgSig) : NativeSignatureIterator(method) {
229 IRT_ENTRY(address, InterpreterRuntime::slow_signature_handler(
239 SlowSignatureHandler(m, (address)from, m->is_static() ? to+2 : to+1, to).iterate(UCONST64(-1));
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp103 address OptoRuntime::_new_instance_Java = NULL;
104 address OptoRuntime::_new_array_Java = NULL;
105 address OptoRuntime::_new_array_nozero_Java = NULL;
106 address OptoRuntime::_multianewarray2_Java = NULL;
107 address OptoRuntime::_multianewarray3_Java = NULL;
108 address OptoRuntime::_multianewarray4_Java = NULL;
109 address OptoRuntime::_multianewarray5_Java = NULL;
110 address OptoRuntime::_multianewarrayN_Java = NULL;
111 address OptoRuntime::_g1_wb_pre_Java = NULL;
112 address OptoRuntim
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp78 static address handle_unsafe_access() {
80 address pc = thread->saved_exception_pc();
84 address npc = Assembler::locate_next_instruction(pc);
89 // return address of next instruction to execute
100 __ incrementl(ExternalAddress((address)&counter));
135 // 1 [ return address ]
146 address generate_call_stub(address& return_address) {
148 address start = __ pc();
347 address generate_catch_exceptio
[all...]
H A Dc1_LIRGenerator_x86.cpp189 __ leal(LIR_OprFact::address(addr), tmp);
209 void LIRGenerator::increment_counter(address counter, BasicType type, int step) {
305 // emit array address setup early so it schedules better
330 pre_barrier(LIR_OprFact::address(array_addr), LIR_OprFact::illegalOpr /* pre_val */,
334 post_barrier(LIR_OprFact::address(array_addr), value.result());
348 // "lock" stores the address of the monitor stack slot, so this is not an oop
489 address entry;
492 entry = CAST_FROM_FN_PTR(address, SharedRuntime::lrem);
495 entry = CAST_FROM_FN_PTR(address, SharedRuntime::ldiv);
498 entry = CAST_FROM_FN_PTR(address, SharedRuntim
1275 volatile_field_store(LIR_Opr value, LIR_Address* address, CodeEmitInfo* info) argument
1298 volatile_field_load(LIR_Address* address, LIR_Opr result, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp234 if (thread->is_lock_owned((address) disp->clear_lock_bits())) {
247 address handlerAddr = method->signature_handler();
256 if (handlerAddr == (address) InterpreterRuntime::slow_signature_handler) {
267 address function;
779 address InterpreterGenerator::generate_empty_entry() {
783 return generate_entry((address) CppInterpreter::empty_entry);
786 address InterpreterGenerator::generate_accessor_entry() {
790 return generate_entry((address) CppInterpreter::accessor_entry);
793 address InterpreterGenerator::generate_Reference_get_entry(void) {
813 address InterpreterGenerato
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp126 void OopMap::copy_to(address addr) {
222 void OopMapSet::copy_to(address addr) {
223 address temp = addr;
228 temp = (address)((intptr_t)(temp + align) & ~align);
237 map->copy_to((address)temp);
399 // The narrow_oop_base could be NULL or be the address
422 // The narrow_oop_base could be NULL or be the address
435 tty->print_cr("loc = %p *loc = %p\n", loc, (address)*loc);
452 nl = (narrowOop*)((address)nl + 4);
488 address p
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java431 long address;
436 address = ((DirectBuffer)dst).address() + pos;
439 address = ((DirectBuffer)buf).address();
450 n = readFile(handle, address, rem, position, overlapped);
612 long address;
617 address = ((DirectBuffer)src).address() + pos;
625 address
743 readFile(long handle, long address, int len, long offset, long overlapped) argument
746 writeFile(long handle, long address, int len, long offset, long overlapped) argument
[all...]
H A DWindowsAsynchronousSocketChannelImpl.java324 // ConnectEx requires the socket to be bound to a local address
397 long address = readBufferArray;
409 a = ((DirectBuffer)bb).address();
412 a = ((DirectBuffer)dst).address() + pos;
414 unsafe.putAddress(address + OFFSETOF_BUF, a);
415 unsafe.putInt(address + OFFSETOF_LEN, rem);
416 address += SIZEOF_WSABUF;
671 long address = writeBufferArray;
686 a = ((DirectBuffer)bb).address();
689 a = ((DirectBuffer)src).address()
912 write0(long socket, int count, long address, long overlapped) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java148 InitializeAcl(aclBuffer.address(), size);
156 encode(entry, pSid, aclBuffer.address());
165 InitializeSecurityDescriptor(sdBuffer.address());
166 SetSecurityDescriptorDacl(sdBuffer.address(), aclBuffer.address());
194 * Returns address of SecurityDescriptor
196 long address() { method in class:WindowsSecurityDescriptor
197 return (sdBuffer == null) ? 0L : sdBuffer.address();
369 // get address of DACL
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DCommUp.java62 SocketAddress address = null;
71 /* requested to connecct to a specific address */
74 address = new InetSocketAddress(args[0], port);
83 address = server.address();
84 debug("Server started and listening on " + address);
94 doClient(address);
222 InetSocketAddress address () { method in class:CommUp.CommUpServer
H A DReceive.java61 SocketAddress address = null;
72 /* requested to connecct to a specific address */
75 address = new InetSocketAddress(args[0], port);
84 address = server.address();
85 debug("Server started and listening on " + address);
92 doTest(address);
130 check(info.address() != null, "address is null");
157 check(info.address() !
235 public InetSocketAddress address() { method in class:Receive.Server
[all...]
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java58 SocketAddress address = null;
68 /* requested to connecct to a specific address */
71 address = new InetSocketAddress(args[0], port);
80 address = server.address();
81 debug("Server started and listening on " + address);
88 doTest(address);
177 public InetSocketAddress address() { method in class:Branch.Server
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java204 // Get bind address
236 final InetAddress address;
238 address = InetAddress.getByName(bindAddress);
247 "\n\t" + PropertyNames.BIND_ADDRESS + "=" + address +
263 new SnmpAdaptorServer(acl, port, address);
296 address + ":" + port,
305 address + ":" + port);
325 address.toString(), java.lang.Integer.toString(adaptor.getPort())));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java219 * @param p_host the hostname or IPv4 address for the URI
248 * @param p_host the hostname or IPv4 address for the URI
927 * address or DNS hostname.
936 throw new MalformedURIException("Host is not a well formed address!");
1199 * a valid IPv4 address or the domain name of a network host. A valid
1200 * IPv4 address consists of four decimal digit groups separated by a
1205 * @return true if the string is a syntactically valid IPv4 address
1213 String address = p_address.trim();
1214 int addrLength = address.length();
1219 if (address
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp184 _NOINLINE_ void* operator new(size_t size, address caller_pc = 0);
186 address caller_pc = 0);
462 static void set_allocation_type(address res, allocation_type type) NOT_DEBUG_RETURN;
486 address res = (address)arena->Amalloc(size);
491 address res = (address)resource_allocate_bytes(size);
497 address res = (address)resource_allocate_bytes(size, AllocFailStrategy::RETURN_NULL);
/openjdk7/jdk/test/java/nio/channels/
H A DTestServers.java56 * socket and closes it, returning the address of the closed socket. If
57 * other servers are started afterwards, the address/port might get reused
59 * connections using this address/port will always be refused. Connections
60 * will be refused as long as the address/port of the refusing server has
65 final InetAddress address; field in class:TestServers.RefusingServer
68 private RefusingServer(InetAddress address, int port) { argument
69 this.address = address;
80 return address;
136 * The local address t
169 newServerSocket(int port, int backlog, InetAddress address) argument
549 newDatagramSocket(int port, InetAddress address) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.hpp61 _tableOffset = (address)base - (address)h_klass(); _length = length;
65 vtableEntry* table() const { return (vtableEntry*)(address(_klass()) + _tableOffset); }
194 return (oop*)(address(table() + i) + vtableEntry::method_offset_in_bytes());
209 static itableMethodEntry* method_entry(klassOop k, int offset) { return (itableMethodEntry*)(((address)k) + offset); }

Completed in 2100 milliseconds

<<11121314151617181920>>