Searched refs:Setup (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/lir/trace/
H A DControlFlowGraphState.java26 import org.openjdk.jmh.annotations.Setup;
39 @Setup(Level.Trial)
H A DTraceLSRAIntervalBuildingBench.java48 import org.openjdk.jmh.annotations.Setup;
100 @Setup(Level.Trial)
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.micro.benchmarks/src/micro/benchmarks/
H A DGuardedIntrinsicBenchmark.java28 import org.openjdk.jmh.annotations.Setup;
68 @Setup(Level.Invocation)
89 @Setup(Level.Invocation)
110 @Setup(Level.Invocation)
H A DArrayDuplicationBenchmark.java31 import org.openjdk.jmh.annotations.Setup;
45 @Setup
53 @Setup(Level.Iteration)
H A DArrayListBenchmark.java30 import org.openjdk.jmh.annotations.Setup;
69 @Setup(Level.Invocation)
/openjdk10/jdk/test/java/io/Serializable/duplicateSerialFields/
H A DSetup.java46 public class Setup { class
/openjdk10/jdk/test/java/lang/instrument/BootClassPath/
H A DBootClassPathTest.sh62 "$JAVAC" ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -d "${TESTCLASSES}" "${TESTSRC}"/Setup.java
64 # java Setup <workdir> <premain-class>
67 "$JAVA" ${TESTVMOPTS} -classpath "${TESTCLASSES}" Setup "${TESTCLASSES}" Agent
H A DSetup.java39 public class Setup { class
43 System.err.println("Usage: java Setup <work-dir> <premain-class>");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/graal/util/
H A DGraphState.java32 import org.openjdk.jmh.annotations.Setup;
73 @Setup(Level.Invocation)
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/lir/
H A DGraalCompilerState.java80 import org.openjdk.jmh.annotations.Setup;
113 * We only allow inner classes to subclass this to ensure that the {@link Setup} methods are
475 @Setup(Level.Trial)
480 @Setup(Level.Invocation)
495 @Setup(Level.Trial)
500 @Setup(Level.Invocation)
514 @Setup(Level.Trial)
523 @Setup(Level.Invocation)
539 @Setup(Level.Trial)
546 @Setup(Leve
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/
H A DSurfaceData.h373 * need to perform certain operations during Setup that cannot be
442 SetupFunc *Setup; member in struct:_SurfaceDataOps
531 if ((ops)->Setup != NULL) { \
532 (ops)->Setup(env, ops); \
553 * Does the same as the above, but doesn't call Setup function
/openjdk10/nashorn/test/script/basic/
H A Drun-octane.js98 benchmarks[x].Setup();
/openjdk10/jdk/src/demo/share/applets/MoleculeViewer/
H A DXYZApp.java551 private void Setup() { method in class:Atom
577 Setup();
/openjdk10/jdk/test/java/util/Arrays/
H A DSortingLongBenchmarkTestJMH.java32 import org.openjdk.jmh.annotations.Setup;
61 @Setup
H A DSortingIntBenchmarkTestJMH.java32 import org.openjdk.jmh.annotations.Setup;
63 @Setup
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DLoopMacros.h938 Setup ## LUT_STRATEGY ## Lut(SRC, DST, pixLut,\
998 Setup ## LUT_STRATEGY ## Lut(SRC, DST, pixLut, pSrcInfo, pDstInfo); \
1055 Setup ## LUT_STRATEGY ## XparLut(SRC, DST, pixLut, pSrcInfo, pDstInfo); \
1087 Setup ## LUT_STRATEGY ## XparLut(SRC, DST, pixLut, pSrcInfo, pDstInfo); \
1181 Setup ## LUT_STRATEGY ## BgLut(SRC, DST, pixLut, pSrcInfo, pDstInfo, \
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest.h434 // Often a user mis-spells SetUp() as Setup() and spends a long time
440 // will be a conflict if a user declares void Setup() in his test
449 // about it being private, you have mis-spelled SetUp() as Setup().
451 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
952 // about it being private, you have mis-spelled SetUp() as Setup().
954 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIWindowSurfaceData.cpp401 wsdo->sdOps.Setup = GDIWinSD_Setup;

Completed in 172 milliseconds