Searched refs:end (Results 251 - 275 of 1325) sorted by relevance

<<11121314151617181920>>

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/graph/
H A DSinglePassNodeIterator.java56 * associated {@link EndNode} will be visited. In turn, visiting all the end nodes for a given
201 end((EndNode) current);
281 * Once all loop-end-nodes for a given loop-node have been visited.
283 * <li>the state for that loop-node is updated based on the states of the loop-end-nodes</li>
296 private void finishLoopEnds(LoopEndNode end) { argument
297 assert !visitedEnds.isMarked(end);
298 visitedEnds.mark(end);
299 keepForLater(end, state);
300 LoopBeginNode begin = end.loopBegin();
320 * Once all end
328 queueMerge(EndNode end) argument
347 protected void end(EndNode endNode) { method in class:SinglePassNodeIterator
[all...]
/openjdk10/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp386 jshort *end = from + count; local
387 while (from < end)
391 jshort *end = from; local
394 while (from >= end)
400 jint *end = from + count; local
401 while (from < end)
405 jint *end = from; local
408 while (from >= end)
414 jlong *end = from + count; local
415 while (from < end)
419 jlong *end = from; local
[all...]
/openjdk10/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp430 jshort *end = from + count; local
431 while (from < end)
435 jshort *end = from; local
438 while (from >= end)
444 jint *end = from + count; local
445 while (from < end)
449 jint *end = from; local
452 while (from >= end)
458 jlong *end = from + count; local
459 while (from < end)
463 jlong *end = from; local
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DThreadLocalAllocBuffer.java67 public Address end() { return endField.getValue(addr); } method in class:ThreadLocalAllocBuffer
69 public Address hardEnd() { return end().addOffsetTo(alignmentReserve()); }
112 top() + "," + end() + ",{" + hardEnd() + "})");
/openjdk10/jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DAWTWindow.h83 @end
90 @end
97 @end
H A DPrintModel.h43 @end
H A DCMenuBar.h51 @end
H A DCMenu.h52 @end
H A DApplicationDelegate.h63 @end
H A DCMenuItem.h52 @end
/openjdk10/jdk/src/java.base/share/native/libjava/
H A DFileInputStream.c78 jlong end = jlong_zero; local
86 } else if ((end = IO_Lseek(fd, toSkip, (jint)SEEK_CUR)) == -1) {
89 return (end - cur);
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DLinearGradientPaintContext.java70 * @param end gradient end point, in user space
84 Point2D end,
105 float endx = (float)end.getX();
106 float endy = (float)end.getY();
108 float dx = endx - startx; // change in x from start to end
109 float dy = endy - starty; // change in y from start to end
139 // used to end iteration on rows
77 LinearGradientPaintContext(LinearGradientPaint paint, ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform t, RenderingHints hints, Point2D start, Point2D end, float[] fractions, Color[] colors, CycleMethod cycleMethod, ColorSpaceType colorSpace) argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DStringBuffer.java49 * {@code append} method always adds these characters at the end
352 public synchronized StringBuffer append(CharSequence s, int start, int end) argument
355 super.append(s, start, end);
435 public synchronized StringBuffer delete(int start, int end) { argument
437 super.delete(start, end);
457 public synchronized StringBuffer replace(int start, int end, String str) { argument
459 super.replace(start, end, str);
477 public synchronized CharSequence subSequence(int start, int end) { argument
478 return super.substring(start, end);
486 public synchronized String substring(int start, int end) { argument
551 insert(int dstOffset, CharSequence s, int start, int end) argument
[all...]
/openjdk10/jdk/make/src/classes/build/tools/generatecharacter/
H A DPropList.java74 int end = (m.group(2)==null)?start
79 end &= 0xffff;
86 while (start <= end)
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/lists/
H A DJTableHeaderDriver.java69 Point end = ((JTableHeaderOperator) oper).getPointToClick(moveTo);
70 oper.dragNDrop(start.x, start.y, end.x, end.y);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp43 address addrN = csect->end();
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcardTableRS.cpp227 // mr.end() may not necessarily be card aligned.
230 HeapWord* end_of_non_clean = mr.end();
264 // in the loop and, when we hit the left end of "mr",
265 // will point off of the left end of the card-table
324 p2i(urasm.start()), p2i(urasm.end()), p2i(ur.start()), p2i(ur.end()));
331 p2i(urasm.start()), p2i(urasm.end()), p2i(ur.start()), p2i(ur.end()));
396 VerifyCleanCardClosure(HeapWord* b, HeapWord* begin, HeapWord* end) : argument
397 _boundary(b), _begin(begin), _end(end) {
452 HeapWord* end = (first_dirty >= limit) ? used.end() : addr_for(first_dirty); local
[all...]
/openjdk10/hotspot/src/share/vm/memory/
H A DguardedMemory.hpp106 u_char* end = c + GUARD_SIZE; local
107 while (c < end) {
115 u_char* end = c + GUARD_SIZE; local
116 while (c < end) {
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1SurvivorRegions.cpp44 it != _regions->end();
/openjdk10/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp63 st->print(" [" INTPTR_FORMAT ", " INTPTR_FORMAT "[ (%d bytes)", p2i(begin()), p2i(end()), size_in_bytes());
91 Disassembler::decode(cdesc->begin(), cdesc->end());
112 Forte::register_stub(_cdesc->name(), _cdesc->begin(), _cdesc->end());
115 JvmtiExport::post_dynamic_code_generated(_cdesc->name(), _cdesc->begin(), _cdesc->end());
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DtenuredGeneration.inline.hpp48 return _the_space->end() - _the_space->top();
/openjdk10/hotspot/test/compiler/compilercontrol/share/scenario/
H A DDirectiveWriter.java114 end(); // ends array
138 end(); // end compiler block
165 public DirectiveWriter end() { method in class:DirectiveWriter
166 jsonFile.end();
/openjdk10/hotspot/test/native/gc/shared/
H A Dtest_memset_with_concurrent_readers.cpp47 // 1: chunk written from start index to end of chunk
49 // N: chunk written from start of chunk to end index
60 for (size_t end = 0; end <= chunk_size; ++end) {
62 size_t set_end = (2 + nchunks) * chunk_size + end;
73 << set_start << ", set end " << set_end << std::endl;
H A Dtest_collectedHeap.cpp33 uintptr_t heap_end = (uintptr_t) heap->reserved_region().end();
46 // Test that a pointer to after the heap end is reported as outside the heap.
48 << "Sanity check - heap should not end at the end of address space";
/openjdk10/jdk/src/java.base/unix/native/libjava/
H A Dcanonicalize_md.c209 /* Something's bogus in the original path, so remove names from the end
211 char *p, *end, *r = NULL; local
219 end = path + strlen(path);
221 for (p = end; p > path;) {
230 *p = (p == end) ? '\0' : '/';

Completed in 343 milliseconds

<<11121314151617181920>>