Searched defs:schedule (Results 1 - 25 of 36) sorted by relevance

12

/openjdk10/langtools/test/tools/javac/lambda/
H A DVoidCompatibility.java13 void schedule(Runnable r) { } method in class:VoidCompatibility
14 void schedule(Thunk<?> t) { } method in class:VoidCompatibility
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/graal/util/
H A DScheduleState.java30 public SchedulePhase schedule; field in class:ScheduleState
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/schedule/
H A DBlockClosure.java
H A DMemoryScheduleVerification.java
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/services/
H A DScheduler.java37 public Collection<InputBlock> schedule(InputGraph graph); method in interface:Scheduler
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DEarlyReadEliminationPhase.java55 protected Closure<?> createEffectsClosure(PhaseContext context, ScheduleResult schedule, ControlFlowGraph cfg) { argument
H A DEffectsPhase.java136 protected abstract Closure<?> createEffectsClosure(PhaseContextT context, ScheduleResult schedule, ControlFlowGraph cfg); argument
H A DPartialEscapePhase.java86 protected Closure<?> createEffectsClosure(PhaseContext context, ScheduleResult schedule, ControlFlowGraph cfg) { argument
H A DPEReadEliminationClosure.java88 public PEReadEliminationClosure(ScheduleResult schedule, MetaAccessProvider metaAccess, ConstantReflectionProvider constantReflection, ConstantFieldProvider constantFieldProvider, argument
H A DEffectsClosure.java70 protected final ScheduleResult schedule; field in class:EffectsClosure
117 public EffectsClosure(ScheduleResult schedule, ControlFlowGraph cfg) { argument
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DScheduledExecutorService.java106 public ScheduledFuture<?> schedule(Runnable command, method in interface:ScheduledExecutorService
122 public <V> ScheduledFuture<V> schedule(Callable<V> callable, method in interface:ScheduledExecutorService
H A DExecutors.java734 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { method in class:Executors.DelegatedScheduledExecutorService
737 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { method in class:Executors.DelegatedScheduledExecutorService
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/graph/
H A DScheduledNodeIterator.java46 public void processNodes(Block block, ScheduleResult schedule) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DGuardLoweringPhase.java141 private static void processBlock(Block block, ScheduleResult schedule) { argument
H A DProfileCompiledMethodsPhase.java122 private static void addSectionCounters(FixedWithNextNode start, Collection<Block> sectionBlocks, Collection<Loop<Block>> childLoops, ScheduleResult schedule, ControlFlowGraph cfg) { argument
142 private static double getSectionWeight(ScheduleResult schedule, Collection<Block> blocks) { argument
H A DFixReadsPhase.java134 private final ScheduleResult schedule; field in class:FixReadsPhase.RawConditionalEliminationVisitor
142 protected RawConditionalEliminationVisitor(StructuredGraph graph, ScheduleResult schedule, MetaAccessProvider metaAccess, boolean replaceInputsWithConstants) { argument
533 createVisitor(StructuredGraph graph, ScheduleResult schedule, PhaseContext context) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DLIRGenerationPhase.java50 private final ScheduleResult schedule; field in class:LIRGenerationPhase.LIRGenerationContext
52 public LIRGenerationContext(LIRGeneratorTool lirGen, NodeLIRBuilderTool nodeLirBuilder, StructuredGraph graph, ScheduleResult schedule) { argument
/openjdk10/jdk/test/java/util/Timer/
H A DArgs.java37 void schedule(final Timer t, final TimerTask task, final Date d) { method in class:Args
44 void schedule(final Timer t, final TimerTask task, final Date d, final method in class:Args
[all...]
/openjdk10/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java128 public void schedule() { method in class:DataLine_ArrayIndexOutOfBounds.AsyncLineStopper
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DTimer.java191 public void schedule(TimerTask task, long delay) { method in class:Timer
208 public void schedule(TimerTask task, Date time) { method in class:Timer
244 public void schedule(TimerTask task, long delay, long period) { method in class:Timer
285 public void schedule(TimerTask task, Date firstTime, long period) { method in class:Timer
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/ServerCompiler/src/com/sun/hotspot/igv/servercompiler/
H A DServerCompilerScheduler.java185 public Collection<InputBlock> schedule(InputGraph graph) { method in class:ServerCompilerScheduler
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java200 final Future<?> schedule(Runnable task, long timeout, TimeUnit unit) { method in class:AsynchronousChannelGroupImpl
/openjdk10/test/failure_handler/src/share/classes/jdk/test/failurehandler/action/
H A DActionHelper.java277 public void schedule(long timeout) { method in class:ActionHelper.KillerTask
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/lir/
H A DGraalCompilerState.java305 private ScheduleResult schedule; field in class:GraalCompilerState
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryScheduleTest.java649 assertReadWithinAllReturnBlocks(ScheduleResult schedule, boolean withinReturnBlock) argument
668 assertReadWithinStartBlock(ScheduleResult schedule, boolean withinStartBlock) argument
678 assertReadAndWriteInSameBlock(ScheduleResult schedule, boolean inSame) argument
685 assertReadBeforeAllWritesInStartBlock(ScheduleResult schedule) argument
[all...]

Completed in 228 milliseconds

12