Searched refs:addr (Results 276 - 300 of 858) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DPhiNode.java47 public PhiNode(Address addr) { argument
48 super(addr);
H A DProjNode.java47 public ProjNode(Address addr) { argument
48 super(addr);
H A DRegionNode.java47 public RegionNode(Address addr) { argument
48 super(addr);
H A DRootNode.java47 public RootNode(Address addr) { argument
48 super(addr);
H A DTypeNode.java47 public TypeNode(Address addr) { argument
48 super(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicJBooleanField.java47 public boolean getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJBoolean(addr);
H A DBasicJByteField.java47 public byte getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJByte(addr);
H A DBasicJCharField.java47 public char getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJChar(addr);
H A DBasicJDoubleField.java47 public double getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJDouble(addr);
H A DBasicJFloatField.java47 public float getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJFloat(addr);
H A DBasicJIntField.java47 public int getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJInt(addr);
H A DBasicJLongField.java47 public long getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJLong(addr);
H A DBasicJShortField.java47 public short getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { argument
48 return getJShort(addr);
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DInflater.java370 long addr = zsRef.address();
372 if (addr != 0) {
373 end(addr);
400 private native static void setDictionary(long addr, byte[] b, int off, argument
402 private native int inflateBytes(long addr, byte[] b, int off, int len) argument
404 private native static int getAdler(long addr); argument
405 private native static void reset(long addr); argument
406 private native static void end(long addr); argument
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpsServer.java76 * @param addr the address to listen on, if <code>null</code> then bind() must be called
86 InetSocketAddress addr, int backlog
89 return provider.createHttpsServer (addr, backlog);
85 create( InetSocketAddress addr, int backlog ) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.hpp46 typedef int (*flush_icache_stub_t)(address addr, int lines, int magic);
63 static void invalidate_word(address addr);
101 // addr - Start address, must be aligned at log2_line_size
H A Dos.cpp819 address addr = (address)x; local
820 CodeBlob* b = CodeCache::find_blob_unsafe(addr);
824 InterpreterCodelet* i = Interpreter::codelet_containing(addr);
826 st->print_cr(INTPTR_FORMAT " is at code_begin+%d in an Interpreter codelet", addr, (int)(addr - i->code_begin()));
830 if (Interpreter::contains(addr)) {
832 " (not bytecode specific)", addr);
837 st->print_cr(INTPTR_FORMAT " is at code_begin+%d in an AdapterHandler", addr, (int)(addr - b->code_begin()));
841 StubCodeDesc* d = StubCodeDesc::desc_for(addr);
1397 create_stack_guard_pages(char* addr, size_t bytes) argument
1401 reserve_memory(size_t bytes, char* addr, size_t alignment_hint) argument
1410 reserve_memory(size_t bytes, char* addr, size_t alignment_hint, MEMFLAGS flags) argument
1421 attempt_reserve_memory_at(size_t bytes, char* addr) argument
1434 commit_memory(char* addr, size_t bytes, bool executable) argument
1442 commit_memory(char* addr, size_t size, size_t alignment_hint, bool executable) argument
1451 commit_memory_or_exit(char* addr, size_t bytes, bool executable, const char* mesg) argument
1457 commit_memory_or_exit(char* addr, size_t size, size_t alignment_hint, bool executable, const char* mesg) argument
1463 uncommit_memory(char* addr, size_t bytes) argument
1474 release_memory(char* addr, size_t bytes) argument
1485 release_or_uncommit_partial_region(char * addr, size_t bytes) argument
1492 map_memory(int fd, const char* file_name, size_t file_offset, char *addr, size_t bytes, bool read_only, bool allow_exec) argument
1502 remap_memory(int fd, const char* file_name, size_t file_offset, char *addr, size_t bytes, bool read_only, bool allow_exec) argument
1509 unmap_memory(char *addr, size_t bytes) argument
1520 free_memory(char *addr, size_t bytes, size_t alignment_hint) argument
1524 realign_memory(char *addr, size_t bytes, size_t alignment_hint) argument
[all...]
/openjdk7/jdk/test/java/net/Socket/
H A DSetSoLinger.java38 InetAddress addr = InetAddress.getLocalHost();
42 Socket s = new Socket(addr, port);
/openjdk7/jdk/test/java/net/ipv6tests/
H A DScopeTests.java49 Inet6Address addr = (Inet6Address) InetAddress.getByName (a);
50 if (addr.getScopeId () != numeric) {
56 Inet6Address addr = (Inet6Address) InetAddress.getByName (a);
57 if (!addr.getScopedInterface().getName().equals (str)) {
88 InetAddress addr = (InetAddress) addrs.nextElement();
89 dprintln ("ComplexTests: "+addr);
90 if (addr instanceof Inet6Address) {
91 Inet6Address ia6 = (Inet6Address) addr;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp195 void set_new_top(HeapWord* addr) { _new_top = addr; } argument
196 void set_min_dense_prefix(HeapWord* addr) { _min_dense_prefix = addr; } argument
197 void set_dense_prefix(HeapWord* addr) { _dense_prefix = addr; } argument
312 void set_destination(HeapWord* addr) { _destination = addr; } argument
314 void set_deferred_obj_addr(HeapWord* addr) { _partial_obj_addr = addr; } argument
315 set_partial_obj_addr(HeapWord* addr) argument
558 set_data_location(HeapWord* addr) argument
586 set_highest_ref(HeapWord* addr) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java39 final private Address addr; field in class:CTypeTreeNodeAdapter
93 addr = a;
99 addr = null;
107 addr = null;
130 handle = f.getOopHandle(addr);
149 value = f.getCInteger(addr, (CIntegerType)t);
155 long value = isStatic? f.getJByte() : f.getJByte(addr);
158 long value = isStatic? f.getJShort() : f.getJShort(addr);
161 long value = isStatic? f.getJInt() : f.getJInt(addr);
164 long value = isStatic? f.getJLong() : f.getJLong(addr);
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.cpp37 tty->print("Pointer: [" PTR_FORMAT " - " PTR_FORMAT "] size = %d bytes", rec->addr(),
38 rec->addr() + rec->size(), (int)rec->size());
73 tty->print("VM Region [" PTR_FORMAT " - " PTR_FORMAT "]", rec->addr(),
74 rec->addr() + rec->size());
147 reserved_region->base() > rec->addr(), "Just check: locate()");
176 if (rec->addr() < committed_rgn->addr()) {
177 committed_rgn->expand_region(rec->addr(),
178 committed_rgn->addr() - rec->addr());
683 has_allocation_record(address addr) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/util/
H A DIPAddressUtil.java273 public static byte[] convertFromIPv4MappedAddress(byte[] addr) { argument
274 if (isIPv4MappedAddress(addr)) {
276 System.arraycopy(addr, 12, newAddr, 0, INADDR4SZ);
289 private static boolean isIPv4MappedAddress(byte[] addr) { argument
290 if (addr.length < INADDR16SZ) {
293 if ((addr[0] == 0x00) && (addr[1] == 0x00) &&
294 (addr[2] == 0x00) && (addr[3] == 0x00) &&
295 (addr[
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp197 for (intptr_t *addr = sp(); addr <= fp(); addr++) {
198 int offset = fp() - addr;
202 snprintf(valuebuf, buflen, PTR_FORMAT, *addr);
208 st->print_cr(" " PTR_FORMAT ": %-21s = %s", addr, fieldbuf, valuebuf);
276 intptr_t *addr = addr_of_word(offset); local
279 if (addr >= (intptr_t *) istate) {
280 const char *field = istate->name_of_field_at_address((address) addr);
293 else if (addr
389 identify_vp_word(int frame_index, intptr_t* addr, intptr_t* monitor_base, intptr_t* stack_base, char* fieldbuf, int buflen) const argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DAddressField.java37 public Address getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; argument

Completed in 98 milliseconds

<<11121314151617181920>>