Searched refs:compact (Results 51 - 75 of 84) sorted by relevance

1234

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java346 inNetBB.compact();
394 outNetBB.compact();
669 inNetBB.compact();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.cpp167 // Now compact the young gen
175 void PSOldGen::compact() { function in class:PSOldGen
176 object_mark_sweep()->compact(ZapUnusedHeapArea);
H A DpsYoungGen.cpp788 void PSYoungGen::compact() {
789 eden_mark_sweep()->compact(ZapUnusedHeapArea);
790 from_mark_sweep()->compact(ZapUnusedHeapArea);
792 to_mark_sweep()->compact(false);
H A DpsMarkSweepDecorator.cpp90 // Reset our own compact top.
192 * we don't have to compact quite as often.
358 void PSMarkSweepDecorator::compact(bool mangle_free_space ) { function in class:PSMarkSweepDecorator
/openjdk7/jdk/src/share/classes/sun/text/
H A DCompactByteArray.java44 * Provides a compact way to store information that is indexed by Unicode
51 * A compact array of any primitive data type serves two purposes:
56 * A compact array is composed of a index array and value array. The index
72 * @param defaultValue the default value of the compact array.
92 * @param indexArray the indicies of the compact array.
93 * @param newValues the values of the compact array.
157 public void compact() method in class:CompactByteArray
277 * Compares the equality of two compact array objects.
278 * @param obj the compact array object to be compared with this.
279 * @return true if the current compact arra
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DNIOJISAutoDetectTest.java233 bb.compact();
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java269 bb.compact();
/openjdk7/jdk/test/java/nio/Buffer/
H A DBasic-X.java.template208 private static void compact(Buffer b) {
211 Method m = cl.getDeclaredMethod("compact");
223 compact(b);
411 b.compact();
450 b.compact();
673 rb.compact();
/openjdk7/jdk/src/share/classes/java/nio/
H A DX-Buffer.java.template68 * <li><p> Methods for {@link #compact </code>compacting<code>}, {@link
1022 * buf.compact(); // In case of partial write
1032 public abstract $Type$Buffer compact();
H A DDirect-X-Buffer.java.template377 public $Type$Buffer compact() {
H A DHeap-X-Buffer.java.template220 public $Type$Buffer compact() {
/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.cpp376 void Generation::compact() { function in class:Generation
379 sp->compact();
H A Dgeneration.hpp448 virtual void compact();
664 // Garbage collection is performed using mark-compact.
H A Dspace.cpp502 void CompactibleSpace::compact() { function in class:CompactibleSpace
H A Dspace.hpp289 // Mark-sweep-compact support: all spaces can update pointers to objects
426 // space into which to compact.
450 virtual void compact();
580 * we don't have to compact quite as often. \
/openjdk7/jdk/src/share/classes/java/text/
H A DRBTableBuilder.java161 mapping.compact();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp486 void compact();
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp340 void compact();
H A Dcoalesce.cpp154 //------------------------------compact----------------------------------------
155 // Renumber the live ranges to compact them. Makes the IFG smaller.
156 void PhaseChaitin::compact() { function in class:PhaseChaitin
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DJavaCharStream.java48 package com.sun.xml.internal.rngom.parse.compact;
H A DUCode_UCodeESC_CharStream.java49 package com.sun.xml.internal.rngom.parse.compact;
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java322 unwrap_src.compact();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java62 import com.sun.xml.internal.rngom.parse.compact.CompactParseable;
212 msg = new String[]{"RELAX NG compact syntax","-relaxng-compact"};
555 * Loads RELAX NG compact syntax
570 * Common part between the XML syntax and the compact syntax.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java65 import com.sun.xml.internal.rngom.parse.compact.CompactParseable;
/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java877 buf.compact();

Completed in 129 milliseconds

1234