Searched refs:mark (Results 201 - 225 of 314) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/nio/
H A DHeap-X-Buffer.java.template82 int mark, int pos, int lim, int cap,
86 super(mark, pos, lim, cap, buf, off);
92 super(buf, mark, pos, lim, cap, off);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1619 // This implementation uses the existing mark bits in an object for
1633 // An ObjectClosure used to restore the mark bits of an object
1638 markOop mark = o->mark(); local
1639 if (mark->is_marked()) {
1646 // ObjectMarker provides the mark and visited functions
1652 static bool _needs_reset; // do we need to reset mark bits?
1658 static inline void mark(oop o); // mark an object
1667 bool ObjectMarker::_needs_reset = true; // need to reset mark bit
1709 markOop mark = _saved_mark_stack->at(i); local
1723 inline void ObjectMarker::mark(oop o) { function in class:ObjectMarker
1728 markOop mark = o->mark(); local
[all...]
H A DjvmtiEnvBase.cpp962 // Revoke any biases before querying the mark word
971 markOop mark = hobj()->mark(); local
973 if (!mark->has_monitor()) {
976 if (mark->has_locker()) {
977 owner = (address)mark->locker(); // save the address of the Lock word
982 mon = mark->monitor();
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java1415 * @see java.io.InputStream#mark(int)
1425 is.mark(16);
1476 // big and little endian UTF-16 encodings, with byte order mark
1611 // few reads, but the mark will have to be reset and set again once
1614 is.mark(0x100);
1692 is.mark((int)toSkip+0x30);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp232 IsGCActiveMark mark; local
700 // unforwarding markOops. It then restores any preserved mark oops,
722 markOop mark = _preserved_mark_stack.pop(); local
723 obj->set_mark(mark);
726 // Clear the preserved mark and oop stack caches.
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp673 markOop mark = rcvr->mark(); local
674 if (mark->has_bias_pattern()) {
677 intptr_t xx = ((intptr_t) THREAD) ^ (intptr_t) mark;
694 // bits of the mark word are equal to the epoch bits of the
699 // otherwise the manipulations it performs on the mark word are
708 intptr_t unbiased = (intptr_t) mark & (markOopDesc::biased_lock_mask_in_place |
725 (intptr_t) mark) != (intptr_t) mark) {
731 // The prototype mark i
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m43 #pragma mark --- CoreText Support ---
314 #pragma mark --- Glyph Vector Pipeline ---
546 #pragma mark --- CTextPipe JNI ---
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeTextReader.java50 * mark, if applicable.
275 stream.mark(4);
286 * Removes the byte order mark from the stream, if
298 stream.mark(3);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream.java391 public final void mark(int readlimit) { method in class:CDRInputStream
392 impl.mark(readlimit);
H A DBufferManagerReadStream.java292 // the mark was engaged.
299 public void mark(RestorableInputStream inputStream) method in class:BufferManagerReadStream
313 // Collects fragments received since the mark was engaged.
328 // REVISIT - call to reset without call to mark
H A DCDRInputStreamBase.java143 public abstract void mark(int readlimit); method in class:CDRInputStreamBase
147 // don't have any guarantees that mark/reset will work in their
151 // is.mark(10000);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java209 input.mark(0); // we don't need the mark buffer
325 input.mark(Integer.MAX_VALUE); // set this mark in case this is an animated GIF
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp156 // Attempts to mark the given object and, if successful, counts
171 // Attempts to mark the given object and, if successful, counts
187 // Attempts to mark the given object and, if successful, counts
211 // the object that we wish to mark/count
225 // Unconditionally mark the given object, and unconditinally count
230 _nextMarkBitMap->mark(addr);
328 assert(obj->is_oop_or_null(true /* ignore mark word */), "Error");
342 // we need to mark it first
362 // mark the object while it is above the global finger and, by
402 ((CMBitMap*)_prevMarkBitMap)->mark((HeapWor
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingDataLine.java149 public void mark(int readlimit) { method in class:SoftMixingDataLine.AudioFloatInputStreamResampler
150 ais.mark((int) (readlimit * pitch[0]));
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp87 address _mark; // user mark, usually an instruction beginning
146 address mark() const { return _mark; } function in class:VALUE_OBJ_CLASS_SPEC
470 address insts_mark() const { return _insts.mark(); }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DBMMimeMultipart.java304 // actually we just need to mark the start and end positions
401 is.mark(l);
449 is.mark(l);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcmarker.c126 emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) argument
130 emit_byte(cinfo, (int) mark);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerValue.java240 this.data.mark(Integer.MAX_VALUE);
353 result.mark(Integer.MAX_VALUE);
862 * and question mark.
865 * exclamation point, quotation mark, number sign, dollar sign,
891 case '?': /* question mark */
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt64 WM_TRANSIENT_FOR is used to mark one window to be a child of another
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp827 return "concurrent mark-sweep generation";
1026 // its mark-bit or P-bits not yet set. Such objects need
1057 // 1. need to mark the object as live so it isn't collected
1058 // 2. need to mark the 2nd bit to indicate the object may be uninitialized
1059 // 3. need to mark the end of the object so marking, precleaning or sweeping
1067 _markBitMap.mark(start); // object is live
1068 _markBitMap.mark(start + 1); // object is potentially uninitialized?
1069 _markBitMap.mark(start + size - 1);
1070 // mark end of object
1087 _markBitMap.mark(star
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaInputStream.sjava382 public final void mark(int readlimit) {
383 impl.mark(readlimit);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectKeyFactoryImpl.java191 is.mark(0) ;
/openjdk7/jdk/src/share/classes/java/io/
H A DBufferedReader.java78 /** The skipLF flag when the mark was set */
119 * Fills the input buffer, taking the mark into account if it is valid.
124 /* No mark */
130 /* Gone past read-ahead limit: Invalidate mark */
198 if there is no mark/reset activity, and if line feeds are not
254 * however, the buffer is empty, the mark is not valid, and the requested
461 * Tells whether this stream supports the mark() operation, which it does.
472 * read while still preserving the mark. An attempt
483 public void mark(int readAheadLimit) throws IOException { method in class:BufferedReader
496 * Resets the stream to the most recent mark
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp37 intptr_t hc = k->java_mirror()->mark()->hash();
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp403 // store the forwarding pointer into the mark word
406 assert(q->is_gc_marked(), "encoding the pointer should preserve the mark");
408 // if the object isn't moving we can just set the mark to the default
409 // mark and handle it specially later on.
432 oop(q)->set_mark(oop(q)->mark()->set_marked());
741 void ContiguousSpace::object_iterate_from(WaterMark mark, ObjectClosure* blk) { argument
742 assert(mark.space() == this, "Mark does not match space");
743 HeapWord* p = mark.point();
771 assert(p != NULL, "expected saved mark"); \

Completed in 2509 milliseconds

1234567891011>>