Searched defs:andWithMask (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdOopHandle.java50 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:BsdOopHandle
51 throw new UnsupportedOperationException("andWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DBsdAddress.java262 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:BsdAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyOopHandle.java52 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:DummyOopHandle
53 throw new UnsupportedOperationException("andWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DDummyAddress.java250 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:DummyAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxOopHandle.java50 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:LinuxOopHandle
51 throw new UnsupportedOperationException("andWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DLinuxAddress.java262 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:LinuxAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcOopHandle.java38 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:ProcOopHandle
39 throw new UnsupportedOperationException("andWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DProcAddress.java258 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:ProcAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteOopHandle.java38 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:RemoteOopHandle
39 throw new UnsupportedOperationException("andWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DRemoteAddress.java257 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:RemoteAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgOopHandle.java50 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:WindbgOopHandle
51 throw new UnsupportedOperationException("andWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DWindbgAddress.java267 public Address andWithMask(long mask) throws UnsupportedOperationException { method in class:WindbgAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddress.java195 public Address andWithMask(long mask) throws UnsupportedOperationException; method in interface:Address

Completed in 790 milliseconds