Searched refs:restore (Results 1 - 25 of 51) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp83 void restore();
93 restore();
H A DpreserveException.cpp86 void WeakPreserveExceptionMark::restore() { function in class:WeakPreserveExceptionMark
/openjdk7/jdk/test/java/security/Security/
H A DNoInstalledProviders.java41 snapshot.restore();
H A DSynchronizedAccess.java40 snapshot.restore();
/openjdk7/jdk/test/java/security/testlibrary/
H A DProvidersSnapshot.java39 public void restore() { method in class:ProvidersSnapshot
/openjdk7/jdk/test/javax/crypto/JceSecurity/
H A DSunJCE_BC_LoadOrdering.java44 snapshot.restore();
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DElectronicCodeBook.java74 void restore() {} method in class:ElectronicCodeBook
H A DFeedbackCipher.java87 abstract void restore(); method in class:FeedbackCipher
H A DCipherBlockChaining.java54 // variables for save/restore calls
116 void restore() { method in class:CipherBlockChaining
H A DCounterMode.java53 // variables for save/restore calls
100 void restore() { method in class:CounterMode
H A DPCBC.java50 // variables for save/restore calls
112 void restore() { method in class:PCBC
H A DOutputFeedback.java59 // variables for save/restore calls
126 void restore() { method in class:OutputFeedback
/openjdk7/jdk/test/java/security/Provider/
H A DChangeProviders.java51 snapshot.restore();
/openjdk7/jdk/test/sun/security/ec/
H A DTestEC.java60 snapshot.restore();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DProcessingInstructionPattern.java146 // Backpatch true list and restore current iterator/node
147 InstructionHandle restore;
148 restore = il.append(methodGen.storeCurrentNode());
149 backPatchTrueList(restore);
152 // Backpatch false list and restore current iterator/node
153 restore = il.append(methodGen.storeCurrentNode());
154 backPatchFalseList(restore);
H A DStepPattern.java306 // Backpatch true list and restore current iterator/node
307 InstructionHandle restore;
308 restore = il.append(methodGen.storeCurrentNode());
309 backPatchTrueList(restore);
312 // Backpatch false list and restore current iterator/node
313 restore = il.append(methodGen.storeCurrentNode());
314 backPatchFalseList(restore);
391 // Backpatch true list and restore current iterator/node
392 InstructionHandle restore = il.append(methodGen.storeIterator());
394 exp.backPatchTrueList(restore);
[all...]
/openjdk7/jdk/test/java/security/Security/removing/
H A DRemoveProviders.java43 snapshot.restore();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp83 delayed()->restore();
314 __ delayed()->restore();
345 __ delayed()->restore();
350 __ delayed()->restore();
436 __ delayed()->restore();
448 __ delayed()->restore();
453 __ restore();
611 // Now restore all the live registers
615 __ delayed()->restore();
673 __ tst(L0); // Condition codes are preserved over the restore
[all...]
H A Ddump_sparc.cpp119 __ delayed()->restore(); // Restore registers.
H A Druntime_sparc.cpp51 // handler in this method. This handler might merely restore state
129 __ restore();
H A Dinterpreter_sparc.cpp117 restore(O0, 0, Lscratch); // caller's Lscratch gets the result handler
216 restore(O0, 0, Lscratch); // caller's Lscratch gets the result handler
421 // way we can restore these registers is to have the oldest interpreter
422 // frame that we create restore these values. That is what this routine
H A DvtableStubs_sparc.cpp181 __ restore(L5_method, 0, G5_method);
196 __ delayed()->restore();
270 // restore %l5, 0, %g5
278 // restore
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DThreadContext.java47 * ThreadContext.restore(oldContext);
52 * the <code>restore</code> is done even if
84 If the restore method took a null reference to mean an empty
116 * by a <code>restore</code>; or null if there is no such object.
136 * <code>restore</code>. This method is useful when the
175 // * <code>restore</code>. If there is no such association, nothing happens
199 * <code>restore</code> with the ThreadContext value returned
206 * @return a ThreadContext that can be given to <code>restore</code> to
207 * restore the stack to its state before the <code>push</code>.
225 * <p>Return an object that can later be supplied to <code>restore</cod
247 public static void restore(ThreadContext oldContext) method in class:ThreadContext
[all...]
/openjdk7/jdk/test/java/security/KeyPairGenerator/
H A DFailover.java45 snapshot.restore();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.hpp265 void restore() { function in class:VALUE_OBJ_CLASS_SPEC

Completed in 141 milliseconds

123