Home
last modified time | relevance | path

Searched defs:address (Results 51 – 75 of 16416) sorted by relevance

12345678910>>...657

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java38 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
39 public byte readJByte(long address) throws DebuggerException; in readJByte()
40 public char readJChar(long address) throws DebuggerException; in readJChar()
41 public double readJDouble(long address) throws DebuggerException; in readJDouble()
42 public float readJFloat(long address) throws DebuggerException; in readJFloat()
43 public int readJInt(long address) throws DebuggerException; in readJInt()
44 public long readJLong(long address) throws DebuggerException; in readJLong()
45 public short readJShort(long address) throws DebuggerException; in readJShort()
48 public ProcAddress readAddress(long address) throws DebuggerException; in readAddress()
51 public ProcOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public BsdAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public BsdOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public LinuxAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public LinuxAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public BsdAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public BsdOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java36 public String addressValueToString(long address) throws DebuggerException; in addressValueToString()
37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public WindbgAddress readAddress(long address) throws DebuggerException; in readAddress()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DLoadu.h76 loadu( const T* address ) noexcept in loadu()
104 loadu( const complex<T>* address ) noexcept in loadu()
142 loadu( const T* address ) noexcept in loadu()
170 loadu( const complex<T>* address ) noexcept in loadu()
208 loadu( const T* address ) noexcept in loadu()
241 loadu( const complex<T>* address ) noexcept in loadu()
284 loadu( const T* address ) noexcept in loadu()
317 loadu( const complex<T>* address ) noexcept in loadu()
357 BLAZE_ALWAYS_INLINE const SIMDfloat loadu( const float* address ) noexcept in loadu()
387 BLAZE_ALWAYS_INLINE const SIMDcfloat loadu( const complex<float>* address ) noexcept in loadu()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java38 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
39 public byte readJByte(long address) throws DebuggerException; in readJByte()
40 public char readJChar(long address) throws DebuggerException; in readJChar()
41 public double readJDouble(long address) throws DebuggerException; in readJDouble()
42 public float readJFloat(long address) throws DebuggerException; in readJFloat()
43 public int readJInt(long address) throws DebuggerException; in readJInt()
44 public long readJLong(long address) throws DebuggerException; in readJLong()
45 public short readJShort(long address) throws DebuggerException; in readJShort()
48 public ProcAddress readAddress(long address) throws DebuggerException; in readAddress()
51 public ProcOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java38 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
39 public byte readJByte(long address) throws DebuggerException; in readJByte()
40 public char readJChar(long address) throws DebuggerException; in readJChar()
41 public double readJDouble(long address) throws DebuggerException; in readJDouble()
42 public float readJFloat(long address) throws DebuggerException; in readJFloat()
43 public int readJInt(long address) throws DebuggerException; in readJInt()
44 public long readJLong(long address) throws DebuggerException; in readJLong()
45 public short readJShort(long address) throws DebuggerException; in readJShort()
48 public ProcAddress readAddress(long address) throws DebuggerException; in readAddress()
51 public ProcOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/
H A Dcore_cmSecureAccess.h55 #define SECURE_WRITE(address, value) \ argument
63 #define SECURE_READ(address) \ argument
72 #define SECURE_BITS_GET(address, mask) \ argument
81 #define SECURE_BITS_CHECK(address, mask) \ argument
90 #define SECURE_BITS_SET(address, mask) \ argument
99 #define SECURE_BITS_CLEAR(address, mask) \ argument
132 #define SECURE_WRITE(address, value) \ argument
140 #define SECURE_READ(address) \ argument
149 #define SECURE_BITS_GET(address, mask) \ argument
158 #define SECURE_BITS_CHECK(address, mask) \ argument
[all …]
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/
H A Dcore_cmSecureAccess.h55 #define SECURE_WRITE(address, value) \ argument
63 #define SECURE_READ(address) \ argument
72 #define SECURE_BITS_GET(address, mask) \ argument
81 #define SECURE_BITS_CHECK(address, mask) \ argument
90 #define SECURE_BITS_SET(address, mask) \ argument
99 #define SECURE_BITS_CLEAR(address, mask) \ argument
132 #define SECURE_WRITE(address, value) \ argument
140 #define SECURE_READ(address) \ argument
149 #define SECURE_BITS_GET(address, mask) \ argument
158 #define SECURE_BITS_CHECK(address, mask) \ argument
[all …]
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/
H A Dcore_cmSecureAccess.h55 #define SECURE_WRITE(address, value) \ argument
63 #define SECURE_READ(address) \ argument
72 #define SECURE_BITS_GET(address, mask) \ argument
81 #define SECURE_BITS_CHECK(address, mask) \ argument
90 #define SECURE_BITS_SET(address, mask) \ argument
99 #define SECURE_BITS_CLEAR(address, mask) \ argument
132 #define SECURE_WRITE(address, value) \ argument
140 #define SECURE_READ(address) \ argument
149 #define SECURE_BITS_GET(address, mask) \ argument
158 #define SECURE_BITS_CHECK(address, mask) \ argument
[all …]
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/
H A Dcore_cmSecureAccess.h55 #define SECURE_WRITE(address, value) \ argument
63 #define SECURE_READ(address) \ argument
72 #define SECURE_BITS_GET(address, mask) \ argument
81 #define SECURE_BITS_CHECK(address, mask) \ argument
90 #define SECURE_BITS_SET(address, mask) \ argument
99 #define SECURE_BITS_CLEAR(address, mask) \ argument
132 #define SECURE_WRITE(address, value) \ argument
140 #define SECURE_READ(address) \ argument
149 #define SECURE_BITS_GET(address, mask) \ argument
158 #define SECURE_BITS_CHECK(address, mask) \ argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public BsdAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public BsdOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java38 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
39 public byte readJByte(long address) throws DebuggerException; in readJByte()
40 public char readJChar(long address) throws DebuggerException; in readJChar()
41 public double readJDouble(long address) throws DebuggerException; in readJDouble()
42 public float readJFloat(long address) throws DebuggerException; in readJFloat()
43 public int readJInt(long address) throws DebuggerException; in readJInt()
44 public long readJLong(long address) throws DebuggerException; in readJLong()
45 public short readJShort(long address) throws DebuggerException; in readJShort()
48 public ProcAddress readAddress(long address) throws DebuggerException; in readAddress()
51 public ProcOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public LinuxAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java37 public boolean readJBoolean(long address) throws DebuggerException; in readJBoolean()
38 public byte readJByte(long address) throws DebuggerException; in readJByte()
39 public char readJChar(long address) throws DebuggerException; in readJChar()
40 public double readJDouble(long address) throws DebuggerException; in readJDouble()
41 public float readJFloat(long address) throws DebuggerException; in readJFloat()
42 public int readJInt(long address) throws DebuggerException; in readJInt()
43 public long readJLong(long address) throws DebuggerException; in readJLong()
44 public short readJShort(long address) throws DebuggerException; in readJShort()
47 public LinuxAddress readAddress(long address) throws DebuggerException; in readAddress()
50 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; in readOopHandle()
[all …]

12345678910>>...657