Searched refs:interval (Results 51 - 75 of 96) sorted by relevance

1234

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotation.java40 private Interval interval; field in class:Annotation
66 interval = new Interval(lowAddress, highAddress);
70 return interval;
H A DAnnotatedMemoryPanel.java223 Interval interval = anno.getInterval();
230 if (annoX.highBound.lessThanOrEqual((Address) interval.getLowEndpoint())) {
240 // Draw a line covering the interval
241 Address lineStartAddr = (Address) interval.getLowEndpoint();
245 Address lineEndAddr = (Address) interval.getHighEndpoint();
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DLSStackSlotAllocator.java211 for (StackInterval interval : stackSlotMap) {
212 if (interval != null) {
213 assert interval.verify(maxOpId());
226 for (StackInterval interval : stackSlotMap) {
227 if (interval != null) {
228 unhandled.add(interval);
268 Debug.log("Allocate location %s for interval %s", location, current);
356 * Gets the next unhandled interval and finishes handled intervals.
385 * Finishes {@code interval} by adding its location to the list of free stack slots.
387 private void finished(StackInterval interval) { argument
[all...]
/openjdk9/jdk/test/tools/jlink/plugins/
H A DCompressIndexesTest.java71 for (int interval : intervals) {
73 for (int j = begin; j < interval; ++j) {
76 begin = interval;
/openjdk9/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DScheduledTickleService.java103 // set my tickle interval; 0 to disable further tickling.
104 public synchronized void setUpdateInterval(long interval, argument
112 if (interval > 0 && ! service.isShutdown()) {
113 // requeue with new interval
114 ticket = service.scheduleAtFixedRate(this, interval,
115 interval, unit);
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/perf/
H A DPerfCounter.java109 * Adds the given interval to the perf counter.
111 public void addTime(long interval) { argument
112 add(interval);
/openjdk9/hotspot/test/runtime/ThreadSignalMask/
H A DThreadSignalMask.java86 for (long interval : intervalsArray) {
90 sleep(interval);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DInterval.java54 * Represents an interval in the {@linkplain LinearScan linear scan register allocator}.
73 * A set of interval lists, one per {@linkplain RegisterBinding binding} type.
138 * Adds an interval to a list sorted by {@linkplain Interval#currentFrom() current from}
142 * @param interval the interval to add
144 public void addToListSortedByCurrentFromPositions(RegisterBinding binding, Interval interval) { argument
148 while (cur.currentFrom() < interval.currentFrom()) {
155 result = interval;
158 prev.next = interval;
160 interval
171 addToListSortedByStartAndUsePositions(RegisterBinding binding, Interval interval) argument
612 setLocationHint(Interval interval) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceInterval.java55 * Represents an interval in the {@linkplain TraceLinearScan linear scan register allocator}.
85 * Adds an interval to a list sorted by {@linkplain TraceInterval#from() current from}
88 * @param interval the interval to add
90 public void addToListSortedByFromPositions(TraceInterval interval) { argument
94 while (cur.from() < interval.from()) {
101 result = interval;
104 prev.next = interval;
106 interval.next = cur;
111 * Adds an interval t
116 addToListSortedByStartAndUsePositions(TraceInterval interval) argument
439 setLocationHint(IntervalHint interval) argument
[all...]
H A DFixedInterval.java34 * Represents a fixed interval.
61 * Adds an interval to a list sorted by {@linkplain FixedInterval#currentFrom() current
64 * @param interval the interval to add
66 public void addToListSortedByCurrentFromPositions(FixedInterval interval) { argument
70 while (cur.currentFrom() < interval.currentFrom()) {
77 result = interval;
80 prev.next = interval;
82 interval.next = cur;
89 * The fixed operand of this interval
[all...]
H A DTraceLocalMoveResolver.java209 assert mappingFrom.get(i) == null || mappingFrom.get(i) != mappingFrom.get(j) : "cannot read from same interval twice";
216 assert mappingTo.get(i) != mappingTo.get(j) : "cannot write to same interval twice";
223 TraceInterval interval = mappingFrom.get(i);
224 if (interval != null && !isIllegal(interval.location())) {
225 boolean unique = usedRegs.add(interval.location());
233 TraceInterval interval = mappingTo.get(i);
234 if (isIllegal(interval.location())) {
239 boolean unique = usedRegs.add(interval.location());
252 // mark assignedReg and assignedRegHi of the interval a
253 blockRegisters(TraceInterval interval) argument
264 unblockRegisters(TraceInterval interval) argument
[all...]
/openjdk9/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DArguments.java70 private int interval = -1; field in class:Arguments
77 ps.println(" jstat -<option> [-t] [-h<lines>] <vmid> [<interval> [<count>]]");
90 ps.println(" <interval> Sampling interval. The following forms are allowed:");
137 "Could not convert interval: " + s);
270 interval = toMillis(args[args.length-2]);
277 interval = toMillis(args[args.length-1]);
292 // set count and interval to their default values if not set above.
293 if (count == -1 && interval == -1) {
296 interval
[all...]
/openjdk9/jdk/src/jdk.jstatd/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DMonitoredHostProvider.java67 this.interval = DEFAULT_POLLING_INTERVAL;
139 public MonitoredVm getMonitoredVm(VmIdentifier vmid, int interval) argument
147 interval);
188 timer.schedule(task, 0, interval);
213 if (newInterval == interval) {
217 int oldInterval = interval;
244 * interval.
247 * interval.
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DGradientColorFilter.java35 * a numeric property is located in a specified interval.
88 double interval = maxValue - minValue;
92 index = (int) Math.ceil(shades.length * Math.log(1 + normalized) / Math.log(1 + interval));
94 index = (int) Math.ceil(shades.length * normalized / interval);
/openjdk9/jdk/src/java.base/share/classes/sun/security/x509/
H A DX509CertInfo.java91 protected CertificateValidity interval = null; field in class:X509CertInfo
296 if (subject == null || pubKey == null || interval == null
307 .append(" ").append(interval).append('\n')
417 interval.set(suffix, val);
500 interval = null;
502 interval.delete(suffix);
588 return(interval);
590 return(interval.get(suffix));
663 interval = new CertificateValidity(in);
779 interval
[all...]
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsMarkSweepDecorator.cpp110 const intx interval = PrefetchScanIntervalInBytes; local
118 Prefetch::write(q, interval);
171 Prefetch::write(end, interval);
298 const intx interval = PrefetchScanIntervalInBytes; local
303 Prefetch::write(q, interval);
/openjdk9/hotspot/src/share/vm/gc/shared/
H A Dspace.inline.hpp155 const intx interval = PrefetchScanIntervalInBytes; local
167 Prefetch::write(cur_obj, interval);
177 Prefetch::write(end, interval);
227 const intx interval = PrefetchScanIntervalInBytes; local
231 Prefetch::write(cur_obj, interval);
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp64 fixedKind = 0, // interval pre-colored by LIR_Generator
71 // during linear scan an interval is in one of four states in
87 storeAtDefinition, // the interval should be stored immediately after its definition because otherwise
89 startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never necessary
90 noOptimization // the interval has more then one definition (e.g. resulting from phi moves), so stores to memory are not optimized
137 IntervalList _intervals; // mapping from register number to interval
138 IntervalList* _new_intervals_from_allocation; // list with all intervals created during allocation when an existing interval is split
177 bool is_interval_in_loop(int interval, int loop) const { return _interval_in_loop.at(interval, loop); } argument
188 // access to interval lis
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/tools/keytool/
H A DCertAndKeyGen.java261 CertificateValidity interval =
275 info.set(X509CertInfo.VALIDITY, interval);
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Derror_messages.c320 int interval = 10; /* 10 second message check */ local
327 (void)sleep(interval); /* 'assign p = 0;' to get out of loop */
328 timeleft -= interval;
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp825 // Prefetch interval for gc copy/scan == 9 dcache lines. Derived from
835 intx interval = PrefetchCopyIntervalInBytes; local
836 return interval >= 0 ? interval : 576;
839 intx interval = PrefetchScanIntervalInBytes; local
840 return interval >= 0 ? interval : 576;
H A Dc1_LinearScan_x86.cpp43 // the dummy interval is needed to enforce the walker to walk until the given id:
65 // If an interval ends at the current instruction id, it is not possible
76 Interval* interval = iw.active_first(fixedKind); local
77 while (interval != Interval::end()) {
78 int reg = interval->assigned_reg();
80 assert(interval->assigned_regHi() == -1, "must not have hi register (doubles stored in one register)");
81 assert(interval->from() <= id && id < interval->to(), "interval out of range");
85 tty->print("fpu reg %d is live because of ", reg - pd_first_fpu_reg); interval
[all...]
/openjdk9/jdk/test/sun/security/pkcs/pkcs7/
H A DSignerOrder.java245 CertificateValidity interval = new CertificateValidity(firstDate,
259 info.set(X509CertInfo.VALIDITY, interval);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DDropTarget.java655 Integer interval = Integer.valueOf(100);
664 interval = (Integer)t.getDesktopProperty("DnD.Autoscroll.interval");
669 timer = new Timer(interval.intValue(), this);
/openjdk9/jdk/test/java/util/TimeZone/
H A DTimeZoneBoundaryTest.java52 // Minimum interval for binary searches in ms; should be no larger
435 void findBoundariesStepwise(int year, long interval, TimeZone z, int expectedChanges) argument
455 time += interval;

Completed in 402 milliseconds

1234