Searched refs:address (Results 26 - 50 of 838) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreterGenerator_x86.hpp31 address generate_asm_interpreter_entry(bool synchronized);
32 address generate_native_entry(bool synchronized);
33 address generate_abstract_entry(void);
34 address generate_math_entry(AbstractInterpreter::MethodKind kind);
35 address generate_empty_entry(void);
36 address generate_accessor_entry(void);
37 address generate_Reference_get_entry(void);
47 address generate_interpreter_frame_manager(bool synchronized); // C++ interpreter only
H A DnativeInst_x86.hpp72 address addr_at(int offset) const { return address(this) + offset; }
98 inline friend NativeInstruction* nativeInstruction_at(address address);
101 inline NativeInstruction* nativeInstruction_at(address address) { argument
102 NativeInstruction* inst = (NativeInstruction*)address;
109 inline NativeCall* nativeCall_at(address address);
125 address instruction_addres
168 nativeCall_at(address address) argument
220 nativeMovConstReg_at(address address) argument
228 nativeMovConstReg_before(address address) argument
238 nativeMovConstRegPatching_at(address address) argument
322 nativeMovRegMem_at(address address) argument
332 nativeMovRegMemPatching_at(address address) argument
369 nativeLoadAddress_at(address address) argument
430 nativeJump_at(address address) argument
465 nativeGeneralJump_at(address address) argument
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dicache_zero.hpp37 static void invalidate_word(address addr) {}
38 static void invalidate_range(address start, int nbytes) {}
H A DnativeInst_zero.cpp49 void NativeJump::patch_verified_entry(address entry,
50 address verified_entry,
51 address dest) {
56 (address) CppInterpreter::normal_entry);
H A Dinterpreter_zero.cpp56 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
58 return (address) InterpreterRuntime::slow_signature_handler;
61 address InterpreterGenerator::generate_math_entry(
69 address InterpreterGenerator::generate_abstract_entry() {
70 return generate_entry((address) ShouldNotCallThisEntry());
H A DrelocInfo_zero.cpp34 void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) {
38 address Relocation::pd_call_destination(address orig_addr) {
42 void Relocation::pd_set_call_destination(address x) {
46 address Relocation::pd_get_address_from_code() {
50 address* Relocation::pd_address_in_code() {
52 return (address *) addr();
59 void Relocation::pd_swap_in_breakpoint(address x,
65 void Relocation::pd_swap_out_breakpoint(address x,
H A Dassembler_zero.cpp49 void Assembler::pd_patch_instruction(address branch, address target) {
54 void Assembler::pd_print_patched_instruction(address branch) {
80 emit_address((address) obj);
87 address ShouldNotCallThisStub() {
88 return (address) should_not_call;
91 address ShouldNotCallThisEntry() {
92 return (address) should_not_call;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DSymbolFinder.java27 // SymbolFinder gets Symbol for a given address.
30 // return address value as hex string if no symbol associated with the given address.
31 public String getSymbolFor(long address); argument
/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp37 address generate_result_handler_for(BasicType type);
38 address generate_tosca_to_stack_converter(BasicType type);
39 address generate_stack_to_stack_converter(BasicType type);
40 address generate_stack_to_native_abi_converter(BasicType type);
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DNativeBuffer.java38 private final long address; field in class:NativeBuffer
47 private final long address; field in class:NativeBuffer.Deallocator
48 Deallocator(long address) { argument
49 this.address = address;
52 unsafe.freeMemory(address);
57 this.address = unsafe.allocateMemory(size);
59 this.cleaner = Cleaner.create(this, new Deallocator(address));
66 long address() { method in class:NativeBuffer
67 return address;
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java36 public String addressValueToString(long address) throws DebuggerException; argument
37 public boolean readJBoolean(long address) throws DebuggerException; argument
38 public byte readJByte(long address) throws DebuggerException; argument
39 public char readJChar(long address) throws DebuggerException; argument
40 public double readJDouble(long address) throws DebuggerException; argument
41 public float readJFloat(long address) throws DebuggerException; argument
42 public int readJInt(long address) throws DebuggerException; argument
43 public long readJLong(long address) throws DebuggerException; argument
44 public short readJShort(long address) throws DebuggerException; argument
45 public long readCInteger(long address, lon argument
47 readAddress(long address) argument
48 readCompOopAddress(long address) argument
49 readOopHandle(long address) argument
50 readCompOopHandle(long address) argument
58 lookup(long address) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java36 public String addressValueToString(long address) throws DebuggerException; argument
37 public boolean readJBoolean(long address) throws DebuggerException; argument
38 public byte readJByte(long address) throws DebuggerException; argument
39 public char readJChar(long address) throws DebuggerException; argument
40 public double readJDouble(long address) throws DebuggerException; argument
41 public float readJFloat(long address) throws DebuggerException; argument
42 public int readJInt(long address) throws DebuggerException; argument
43 public long readJLong(long address) throws DebuggerException; argument
44 public short readJShort(long address) throws DebuggerException; argument
45 public long readCInteger(long address, lon argument
47 readAddress(long address) argument
48 readCompOopAddress(long address) argument
49 readOopHandle(long address) argument
50 readCompOopHandle(long address) argument
58 lookup(long address) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java37 public String addressValueToString(long address) throws DebuggerException; argument
38 public boolean readJBoolean(long address) throws DebuggerException; argument
39 public byte readJByte(long address) throws DebuggerException; argument
40 public char readJChar(long address) throws DebuggerException; argument
41 public double readJDouble(long address) throws DebuggerException; argument
42 public float readJFloat(long address) throws DebuggerException; argument
43 public int readJInt(long address) throws DebuggerException; argument
44 public long readJLong(long address) throws DebuggerException; argument
45 public short readJShort(long address) throws DebuggerException; argument
46 public long readCInteger(long address, lon argument
48 readAddress(long address) argument
49 readCompOopAddress(long address) argument
50 readOopHandle(long address) argument
51 readCompOopHandle(long address) argument
60 lookup(long address) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; argument
37 public boolean readJBoolean(long address) throws DebuggerException; argument
38 public byte readJByte(long address) throws DebuggerException; argument
39 public char readJChar(long address) throws DebuggerException; argument
40 public double readJDouble(long address) throws DebuggerException; argument
41 public float readJFloat(long address) throws DebuggerException; argument
42 public int readJInt(long address) throws DebuggerException; argument
43 public long readJLong(long address) throws DebuggerException; argument
44 public short readJShort(long address) throws DebuggerException; argument
45 public long readCInteger(long address, lon argument
47 readAddress(long address) argument
48 readCompOopAddress(long address) argument
49 readOopHandle(long address) argument
50 readCompOopHandle(long address) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DicBuffer.hpp47 address _ic_site; // points at call instruction of owning ic-buffer
62 void set_stub(CompiledIC *ic, oop cached_value, address dest_addr);
65 address code_begin() const { return (address)this + round_to(sizeof(ICStub), CodeEntryAlignment); }
66 address code_end() const { return (address)this + size(); }
69 address ic_site() const { return _ic_site; }
74 address destination() const; // destination of jump instruction
82 friend ICStub* ICStub_from_destination_address(address destination_address);
86 inline ICStub* ICStub_from_destination_address(address destination_addres
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DInetAddressAcl.java34 * Defines the IP address based ACL used by the SNMP protocol adaptor.
53 * @param address The host address to check.
57 public boolean checkReadPermission(InetAddress address); argument
62 * @param address The host address to check.
67 public boolean checkReadPermission(InetAddress address, String community); argument
81 * @param address The host address to check.
85 public boolean checkWritePermission(InetAddress address); argument
95 checkWritePermission(InetAddress address, String community) argument
111 getTrapCommunities(InetAddress address) argument
127 getInformCommunities(InetAddress address) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeDispatcher.java38 abstract int read(FileDescriptor fd, long address, int len) argument
49 int pread(FileDescriptor fd, long address, int len, long position) argument
55 abstract long readv(FileDescriptor fd, long address, int len) argument
58 abstract int write(FileDescriptor fd, long address, int len) argument
61 int pwrite(FileDescriptor fd, long address, int len, long position) argument
67 abstract long writev(FileDescriptor fd, long address, int len) argument
H A DNativeObject.java45 // Native allocation address;
46 // may be smaller than the base address due to page-size rounding
50 // Native base address
52 private final long address; field in class:NativeObject
55 * Creates a new native object that is based at the given native address.
57 NativeObject(long address) { argument
58 this.allocationAddress = address;
59 this.address = address;
63 * Creates a new native object allocated at the given native address bu
66 NativeObject(long address, long offset) argument
90 long address() { method in class:NativeObject
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DInterfaceAddress.java29 * This class represents a Network Interface address. In short it's an
30 * IP address, a subnet mask and a broadcast address when the address is
31 * an IPv4 one. An IP address and a network prefix length in the case
32 * of IPv6 address.
38 private InetAddress address = null; field in class:InterfaceAddress
50 * Returns an <code>InetAddress</code> for this address.
52 * @return the <code>InetAddress</code> for this address.
55 return address;
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreterGenerator_sparc.hpp28 static address frame_manager_return;
29 static address frame_manager_sync_return;
H A DstubRoutines_sparc.cpp41 address _flush_reg_windows(); // in .s file.
43 address bootstrap_flush_windows(void) {
51 return (address)_flush_reg_windows();
55 address StubRoutines::Sparc::_test_stop_entry = NULL;
56 address StubRoutines::Sparc::_stop_subroutine_entry = NULL;
57 address StubRoutines::Sparc::_flush_callers_register_windows_entry = CAST_FROM_FN_PTR(address, bootstrap_flush_windows);
59 address StubRoutines::Sparc::_partial_subtype_check = NULL;
H A DstubRoutines_sparc.hpp36 static bool returns_to_call_stub(address return_pc) {
70 static address _test_stop_entry;
71 static address _stop_subroutine_entry;
72 static address _flush_callers_register_windows_entry;
76 static address _partial_subtype_check;
83 // address of the lock for atomic_compare_and_exchange
94 static address stop_subroutine_entry_address() { return (address)&_stop_subroutine_entry; }
99 static address partial_subtype_check() { return _partial_subtype_check; }
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_share_bsd.hpp30 void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_share_linux.hpp30 void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc);
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.hpp42 static address lookup_style(methodHandle method, char* pure_name, const char* long_name, int args_size, bool os_style, bool& in_base_library, TRAPS);
43 static address lookup_critical_style(methodHandle method, char* pure_name, const char* long_name, int args_size, bool os_style);
44 static address lookup_base (methodHandle method, bool& in_base_library, TRAPS);
45 static address lookup_entry(methodHandle method, bool& in_base_library, TRAPS);
46 static address lookup_entry_prefixed(methodHandle method, bool& in_base_library, TRAPS);
49 static address lookup(methodHandle method, bool& in_base_library, TRAPS);
50 static address lookup_critical_entry(methodHandle method);
53 static address base_library_lookup(const char* class_name, const char* method_name, const char* signature);

Completed in 84 milliseconds

1234567891011>>