Searched refs:orWithMask (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcOopHandle.java42 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:ProcOopHandle
43 throw new UnsupportedOperationException("orWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DProcAddress.java266 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:ProcAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteOopHandle.java42 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:RemoteOopHandle
43 throw new UnsupportedOperationException("orWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DRemoteAddress.java265 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:RemoteAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdOopHandle.java54 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:BsdOopHandle
55 throw new UnsupportedOperationException("orWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DBsdAddress.java270 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:BsdAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyOopHandle.java56 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:DummyOopHandle
57 throw new UnsupportedOperationException("orWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DDummyAddress.java258 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:DummyAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxOopHandle.java54 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:LinuxOopHandle
55 throw new UnsupportedOperationException("orWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DLinuxAddress.java270 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:LinuxAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgOopHandle.java54 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:WindbgOopHandle
55 throw new UnsupportedOperationException("orWithMask not applicable to OopHandles (i.e., anything but C addresses)");
H A DWindbgAddress.java275 public Address orWithMask(long mask) throws UnsupportedOperationException { method in class:WindbgAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddress.java202 public Address orWithMask(long mask) throws UnsupportedOperationException; method in interface:Address
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java46 this.ptr = sym.getAddress().orWithMask(1);

Completed in 44 milliseconds