Searched refs:leave (Results 1 - 25 of 63) sorted by relevance

123

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DFrameContext.java48 void leave(CompilationResultBuilder crb); method in interface:FrameContext
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DsuspendibleThreadSet.hpp31 // A thread can join and later leave the set, and periodically yield.
54 static void leave();
83 SuspendibleThreadSet::leave();
108 SuspendibleThreadSet::leave();
H A DsuspendibleThreadSet.cpp59 void SuspendibleThreadSet::leave() { function in class:SuspendibleThreadSet
66 // This leave completes a request, so inform the requestor.
109 // signal the semaphore iff it is the last to yield or leave while
/openjdk9/nashorn/samples/
H A Dheredoc.js46 I wish you to leave Sunnydale and never return.
/openjdk9/hotspot/src/os/aix/vm/
H A Dmisc_aix.hpp76 void leave() { leave_critsect(&_cs); } function in class:MiscUtils::CritSect
88 _pcsobj->leave();
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.sparc/src/org/graalvm/compiler/hotspot/sparc/
H A DSPARCHotSpotEpilogueOp.java30 * Superclass for operations that leave a method's frame.
40 crb.frameContext.leave(crb);
H A DSPARCHotSpotLeaveCurrentStackFrameOp.java62 crb.frameContext.leave(crb);
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DJSONWriter.java123 private boolean leave() { method in class:JSONWriter
150 return leave();
162 return leave();
191 return leave();
209 return leave();
225 return leave();
246 return leave();
270 return leave();
288 return leave();
295 return leave();
[all...]
/openjdk9/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java189 leave("allowReturn");
197 leave("sendNotif");
208 leave("handleNotification");
221 leave("createSocket");
272 private static void leave(String m) { method in class:MultiThreadDeadLockTest
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64TailcallOp.java56 masm.leave();
H A DAMD64HotSpotEpilogueOp.java65 crb.frameContext.leave(crb);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotEpilogueOp.java35 * Superclass for operations that leave a method's frame.
48 crb.frameContext.leave(crb);
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DAbstractPlainDatagramSocketImpl.java220 * @param inetaddr multicast address to leave.
222 protected void leave(InetAddress inetaddr) throws IOException { method in class:AbstractPlainDatagramSocketImpl
223 leave(inetaddr, null);
247 * @param mcastaddr multicast address to leave.
248 * @param netIf specified the local interface to leave the group at
257 leave(((InetSocketAddress)mcastaddr).getAddress(), netIf);
260 protected abstract void leave(InetAddress inetaddr, NetworkInterface netIf) method in class:AbstractPlainDatagramSocketImpl
H A DDatagramSocketImpl.java212 * @param inetaddr multicast address to leave.
216 protected abstract void leave(InetAddress inetaddr) throws IOException; method in class:DatagramSocketImpl
233 * @param mcastaddr address to leave.
234 * @param netIf specified the local interface to leave the group at
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DmetaspaceShared_aarch64.cpp114 __ leave();
H A Dc1_Runtime1_aarch64.cpp98 leave();
195 __ leave();
447 __ leave();
599 __ leave();
602 // registers and must leave throwing pc on the stack. A patch may
621 __ leave();
626 __ leave();
653 __ leave();
759 __ leave();
780 __ leave();
[all...]
H A DvtableStubs_aarch64.cpp88 __ leave();
H A DjniFastGetField_aarch64.cpp142 __ leave();
/openjdk9/jdk/src/java.base/unix/classes/java/net/
H A DPlainDatagramSocketImpl.java130 protected native void leave(InetAddress inetaddr, NetworkInterface netIf) method in class:PlainDatagramSocketImpl
/openjdk9/jdk/src/java.base/windows/classes/java/net/
H A DTwoStacksPlainDatagramSocketImpl.java198 protected native void leave(InetAddress inetaddr, NetworkInterface netIf) method in class:TwoStacksPlainDatagramSocketImpl
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.java769 XClientMessageEvent leave = new XClientMessageEvent();
771 leave.set_type(XConstants.ClientMessage);
772 leave.set_window(toplevel);
773 leave.set_format(32);
774 leave.set_message_type(XDnDConstants.XA_XdndLeave.getAtom());
776 leave.set_data(0, sourceWindow);
778 leave.set_data(1, 0);
780 forwardClientMessageToToplevel(toplevel, leave);
782 leave.dispose();
/openjdk9/jdk/test/java/net/Socket/
H A DSocketImplTest.java131 protected void leave(InetAddress inetaddr) throws IOException { method in class:SocketImplTest.MyDatagramSocketImpl
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp120 leave();
233 __ leave();
683 // C2 can leave the fpu stack dirty
745 // since we do a leave anyway.
748 __ leave();
796 // Get return address (is on top of stack after leave).
925 __ leave();
929 // registers and must leave throwing pc on the stack. A patch may
949 __ leave();
954 __ leave();
[all...]
H A DstubGenerator_x86_64.cpp1557 __ leave(); // required for proper stackwalking of RuntimeStub frame
1646 __ leave(); // required for proper stackwalking of RuntimeStub frame
1655 __ leave(); // required for proper stackwalking of RuntimeStub frame
1749 __ leave(); // required for proper stackwalking of RuntimeStub frame
1774 __ leave(); // required for proper stackwalking of RuntimeStub frame
1850 __ leave(); // required for proper stackwalking of RuntimeStub frame
1859 __ leave(); // required for proper stackwalking of RuntimeStub frame
1949 __ leave(); // required for proper stackwalking of RuntimeStub frame
2033 __ leave(); // required for proper stackwalking of RuntimeStub frame
2046 __ leave(); // require
[all...]
/openjdk9/jdk/test/java/net/SocketOption/
H A DImmutableOptions.java170 protected void leave(InetAddress inetaddr) throws IOException { } method in class:ImmutableOptions.CustomDatagramSocketImpl

Completed in 135 milliseconds

123