Searched refs:doit (Results 1 - 25 of 83) sorted by relevance

1234

/openjdk10/langtools/test/tools/jdeps/modules/src/mVI/p6/safe/
H A DLib.java28 public static void doit() { method in class:Lib
30 org.safe.Lib.doit();
/openjdk10/langtools/test/tools/jdeps/modules/src/mVII/p7/
H A DMain.java30 p6.safe.Lib.doit();
31 org.safe.Lib.doit();
/openjdk10/nashorn/test/script/basic/
H A DJDK-8011718.js38 function doit(cb){ function
44 doit(function(){
/openjdk10/langtools/test/tools/jdeps/modules/src/unsafe/org/safe/
H A DLib.java28 public static void doit() { method in class:Lib
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DvmPSOperations.hpp39 virtual void doit();
46 virtual void doit();
H A DvmPSOperations.cpp40 void VM_ParallelGCFailedAllocation::doit() { function in class:VM_ParallelGCFailedAllocation
61 void VM_ParallelGCSystemGC::doit() { function in class:VM_ParallelGCSystemGC
/openjdk10/langtools/test/tools/javac/generics/inference/6240565/
H A DT6240565.java33 public static <E extends Integer> void doit(E[] a) { method in class:T6240565
43 T6240565.doit(new Integer[]{4 , 8 , 12});
/openjdk10/langtools/test/tools/javac/lambda/methodReference/
H A DMethodReferenceComplexNullCheckTest.java37 IForm frf = fr::doit;
50 private void doit(Object... args) { } method in class:MethodReferenceComplexNullCheckTest.F
/openjdk10/hotspot/src/share/vm/runtime/
H A DtimerTrace.cpp29 bool doit) {
30 _active = doit;
43 bool doit,
45 _active = doit;
28 TraceTime(const char* title, bool doit) argument
41 TraceTime(const char* title, elapsedTimer* accumulator, bool doit, bool verbose) argument
H A DtimerTrace.hpp58 bool doit = true);
62 bool doit = true,
H A Dvm_operations.hpp151 // Called by VM thread - does in turn invoke doit(). Do not override this
154 // evaluate() is called by the VMThread and in turn calls doit().
161 virtual void doit() = 0;
225 void doit();
242 void doit();
249 void doit() {} function in class:VM_ForceSafepoint
289 void doit();
297 void doit();
314 void doit();
325 void doit();
[all...]
H A Dvm_operations.cpp66 doit();
97 void VM_ThreadStop::doit() { function in class:VM_ThreadStop
108 void VM_ClearICs::doit() { function in class:VM_ClearICs
116 void VM_Deoptimize::doit() { function in class:VM_Deoptimize
128 void VM_MarkActiveNMethods::doit() { function in class:VM_MarkActiveNMethods
139 void VM_DeoptimizeFrame::doit() { function in class:VM_DeoptimizeFrame
147 void VM_DeoptimizeAll::doit() { function in class:VM_DeoptimizeAll
184 void VM_ZombieAll::doit() { function in class:VM_ZombieAll
192 void VM_UnlinkSymbols::doit() { function in class:VM_UnlinkSymbols
198 void VM_Verify::doit() { function in class:VM_Verify
218 void VM_PrintThreads::doit() { function in class:VM_PrintThreads
229 void VM_PrintJNI::doit() { function in class:VM_PrintJNI
257 void VM_FindDeadlocks::doit() { function in class:VM_FindDeadlocks
327 void VM_ThreadDump::doit() { function in class:VM_ThreadDump
462 void VM_Exit::doit() { function in class:VM_Exit
501 void VM_PrintCompileQueue::doit() { function in class:VM_PrintCompileQueue
506 void VM_PrintClassHierarchy::doit() { function in class:VM_PrintClassHierarchy
[all...]
/openjdk10/jdk/test/com/sun/jdi/
H A DJdbReadTwiceTest.sh77 doit() function
118 doit
123 doit
128 doit
133 doit
143 doit
148 doit
158 doit
168 doit
174 doit
[all...]
H A DSourceNameFilterTest.java53 LoadedLater1.doit();
56 LoadedLater2.doit();
59 LoadedLater3.doit();
65 public static void doit() { method in class:LoadedLater1
71 public static void doit() { method in class:LoadedLater2
77 public static void doit() { method in class:LoadedLater3
/openjdk10/langtools/test/tools/javac/lambda/
H A DLambdaInnerTypeVarSerialize.java45 C doit(); method in interface:LambdaInnerTypeVarSerialize.I
54 return foo("Frump").doit();
H A DLambdaInnerTypeVarArgs.java47 C doit(); method in interface:LambdaInnerTypeVarArgs.I
59 return foo(ls).doit();
H A DLambdaInnerTypeVarArgsSerialize.java47 C doit(); method in interface:LambdaInnerTypeVarArgsSerialize.I
59 return foo(ls).doit();
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dvm_operations_g1.hpp63 virtual void doit();
74 virtual void doit();
94 virtual void doit();
113 virtual void doit();
H A Dvm_operations_g1.cpp43 void VM_G1CollectForAllocation::doit() { function in class:VM_G1CollectForAllocation
52 void VM_G1CollectFull::doit() { function in class:VM_G1CollectFull
90 void VM_G1IncCollectionPause::doit() { function in class:VM_G1IncCollectionPause
180 // In the doit() method we saved g1h->old_marking_cycles_completed()
207 void VM_CGC_Operation::doit() { function in class:VM_CGC_Operation
/openjdk10/hotspot/test/compiler/unsafe/
H A DGetUnsafeObjectG1PreBarrier.java61 doit();
64 private void doit() throws Throwable { method in class:GetUnsafeObjectG1PreBarrier
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DDeviceScale.java75 public static void doit(OrientationRequested o) throws Exception { method in class:DeviceScale
95 doit(OrientationRequested.PORTRAIT);
96 doit(OrientationRequested.LANDSCAPE);
97 doit(OrientationRequested.REVERSE_LANDSCAPE);
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DvmCMSOperations.hpp98 virtual void doit();
115 virtual void doit();
140 virtual void doit();
/openjdk10/langtools/test/tools/javac/lambda/lambdaNaming/
H A DTestSerializedLambdaNameStability.java58 new TestSerializedLambdaNameStability().doit("NameOfCapturedArgs", true);
59 new TestSerializedLambdaNameStability().doit("TypesOfCapturedArgs", true);
60 new TestSerializedLambdaNameStability().doit("OrderOfCapturedArgs", true);
61 new TestSerializedLambdaNameStability().doit("VariableAssignmentTarget", false);
62 new TestSerializedLambdaNameStability().doit("TargetName", true);
63 new TestSerializedLambdaNameStability().doit("TargetType", true);
66 public void doit(String name, boolean expectFail) throws Exception { method in class:TestSerializedLambdaNameStability
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DvmGCOperations.hpp149 virtual void doit();
184 virtual void doit();
201 virtual void doit();
220 virtual void doit();
/openjdk10/hotspot/test/compiler/profiling/
H A DTestUnexpectedProfilingMismatch.java75 void m1(A a, boolean doit) throws Throwable { argument
76 if (doit) {

Completed in 286 milliseconds

1234