Searched refs:address (Results 501 - 525 of 838) sorted by relevance

<<21222324252627282930>>

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp215 ExceptionCache::ExceptionCache(Handle exception, address pc, address handler) {
228 address ExceptionCache::match(Handle exception, address pc) {
248 address ExceptionCache::test_address(address addr) {
258 bool ExceptionCache::add_address_and_handler(address addr, address handler) {
404 address nmethod::handler_for_exception_and_pc(Handle exception, address p
[all...]
H A DpcDesc.hpp91 address real_pc(const nmethod* code) const;
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp454 address src_addr = (address)src->byte_at_addr(0);
455 address dst_addr = (address)dst->byte_at_addr(0);
470 stack_map_table::at((address)data->byte_at_addr(0));
500 size_t frame_offset = (address)frame - (address)data->byte_at_addr(0);
507 address frame_addr = (address)(data->byte_at_addr(0) + frame_offset);
539 address eo
[all...]
H A Dsweeper.hpp83 static void report_events(int id, address entry);
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp414 extern "C" void dump_vtable(address p) {
424 CodeBlob* cb = CodeCache::find_blob((address)p);
435 CodeBlob* cb = CodeCache::find_blob((address) p);
451 CodeBlob* cb = CodeCache::find_blob((address) p);
615 // Given a heap address that was valid before the most recent GC, if
617 // location of the oop and the address. Useful for tracking down
620 // Print New Location of old heap address
632 nmethod* nm = CodeCache::find_nmethod((address)pc);
639 return CodeCache::find_nmethod((address)addr);
642 static address same_pag
[all...]
/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.c193 parseAddress(const char *address, struct sockaddr_in *sa, uint32_t defaultHost) { argument
200 colon = strchr(address, ':');
202 u_short port = (u_short)atoi(address);
211 buf = (*callback->alloc)((int)strlen(address)+1);
215 strcpy(buf, address);
216 buf[colon - address] = '\0';
222 * First see if the host is a literal IP address.
266 socketTransport_startListening(jdwpTransportEnv* env, const char* address, argument
275 /* no address provided */
276 if ((address
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp58 address methodOopDesc::get_i2c_entry() {
63 address methodOopDesc::get_c2i_entry() {
68 address methodOopDesc::get_c2i_unverified_entry() {
175 int methodOopDesc::bci_from(address bcp) const {
187 // Return bci_from((address)bcx) if it appears to be a valid BCP.
194 if (bcx == 0 || (address)bcx == code_base()) {
202 } else if (contains((address)bcx)) {
203 bci = (address)bcx - code_base();
210 address methodOopDesc::bcp_from(int bci) const {
212 address bc
[all...]
H A DmethodDataOop.hpp375 address dp() {
376 return (address)_data;
877 address fixup_ret(int return_bci, methodDataHandle mdo);
1182 // In methodDataOop parlance, "dp" is a "data pointer", the actual address
1262 return (DataLayout*) (((address)_data) + data_index);
1271 return (DataLayout*)((address)data_base() + _data_size);
1416 address data_base() const {
1417 return (address) _data;
1435 int dp_to_di(address dp) {
1436 return dp - ((address)_dat
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSAListener.java58 public void showCodeViewer(Address address); argument
/openjdk7/jdk/src/share/classes/java/net/
H A DAbstractPlainDatagramSocketImpl.java103 * destination address to send the packet to.
110 * address with the local socket so that datagrams may only be sent to this destination
112 * @param address the remote InetAddress to connect to
115 protected void connect(InetAddress address, int port) throws SocketException { argument
116 connect0(address, port);
117 connectedAddress = address;
135 * @param return the address which the packet came from.
175 * @param multicast address to join.
183 * @param multicast address to leave.
190 * @param multicast address t
359 connect0(InetAddress address, int port) argument
[all...]
H A DDatagramSocketImpl.java58 * Binds a datagram socket to a local port and address.
60 * @param laddr the local address
68 * destination address to send the packet to.
80 * address with the local socket so that datagrams may only be sent to this destination
86 * packet has been received for that address, then a subsequent call to
89 * @param address the remote InetAddress to connect to
95 protected void connect(InetAddress address, int port) throws SocketException {} argument
105 * to the address which the packet came from.
184 * @param inetaddr multicast address to join.
192 * @param inetaddr multicast address t
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.jj447 {jjtn000.address.append(t.image); }
450 {jjtn000.address.append( "." + t.image); }
479 {jjtn000.address.append(t.image); }/*@bgen(jjtree)*/
501 {jjtn000.address.append(t.image); }
504 {jjtn000.address.append( "." + t.image); }
527 {jjtn000.address.append(t.image); }
530 {jjtn000.address.append( "." + t.image); }
558 {jjtn000.address.append(t.image); }
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpMessage.java193 address = pdupacket.address ;
339 pdu.address = address ;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpIncomingRequest.java118 InetAddress address,
116 decodeMessage(byte[] inputBytes, int byteCount, InetAddress address, int port) argument
H A DSnmpIncomingResponse.java47 * Returns the source address.
48 * @return The source address.
95 InetAddress address,
93 decodeMessage(byte[] inputBytes, int byteCount, InetAddress address, int port) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Ddebug_sparc.cpp61 CodeBlob *b = CodeCache::find_blob((address) pc);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.cpp34 address start = __ pc();
H A Dinterp_masm_x86_32.hpp39 address entry_point,
47 address entry_point,
56 void dispatch_base(TosState state, address* table, bool verifyoop = true);
141 void dispatch_via (TosState state, address* table); // load rbx, from [esi] and dispatch via rbx, and table
151 // and sets up the return address. This code is also used for
H A Dinterp_masm_x86_64.hpp38 virtual void call_VM_leaf_base(address entry_point,
44 address entry_point,
52 void dispatch_base(TosState state, address* table, bool verifyoop = true);
157 void dispatch_via (TosState state, address* table);
167 // and sets up the return address. This code is also used for
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp62 static address _initial_thread_stack_bottom;
125 static address initial_thread_stack_bottom(void) { return _initial_thread_stack_bottom; }
133 static address ucontext_get_pc(ucontext_t* uc);
193 static bool manually_expand_stack(JavaThread * t, address addr);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp55 static address _initial_thread_stack_bottom;
117 static address initial_thread_stack_bottom(void) { return _initial_thread_stack_bottom; }
126 static address ucontext_get_pc(ucontext_t* uc);
183 static bool manually_expand_stack(JavaThread * t, address addr);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.inline.hpp88 address sp = current_stack_pointer();
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dassembler_windows_x86.cpp41 // exception block which is actually a stack address. The first time
85 call(RuntimeAddress((address)TlsGetValue));
/openjdk7/hotspot/src/share/vm/prims/
H A DprivilegedStack.cpp70 bool PrivilegedElement::contains(address addr) {
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp55 MallocCallsitePointer(address pc) : MemPointer(pc) {
95 VMCallsitePointer(address pc) : MemPointer(pc) {
430 void print_malloc_callsite(outputStream* st, address pc, size_t size,
433 void print_vm_callsite(outputStream* st, address pc, size_t rsz,

Completed in 7614 milliseconds

<<21222324252627282930>>