Searched refs:xorWithMask (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcOopHandle.java46 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:ProcOopHandle
47 throw new UnsupportedOperationException("xorWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DProcAddress.java274 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:ProcAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteOopHandle.java46 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:RemoteOopHandle
47 throw new UnsupportedOperationException("xorWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DRemoteAddress.java273 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:RemoteAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdOopHandle.java58 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:BsdOopHandle
59 throw new UnsupportedOperationException("xorWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DBsdAddress.java278 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:BsdAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyOopHandle.java60 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:DummyOopHandle
61 throw new UnsupportedOperationException("xorWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DDummyAddress.java266 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:DummyAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxOopHandle.java58 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:LinuxOopHandle
59 throw new UnsupportedOperationException("xorWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DLinuxAddress.java278 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:LinuxAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgOopHandle.java58 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:WindbgOopHandle
59 throw new UnsupportedOperationException("xorWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DWindbgAddress.java283 public Address xorWithMask(long mask) throws UnsupportedOperationException { method in class:WindbgAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddress.java210 public Address xorWithMask(long mask) throws UnsupportedOperationException; method in interface:Address
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMark.java214 Address monAddr = valueAsAddress().xorWithMask(monitorValue);
H A DConstantPool.java58 return Symbol.create(ptr.xorWithMask(1));

Completed in 49 milliseconds