Searched refs:allocate (Results 101 - 125 of 279) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/crypto/Mac/
H A DByteBuffers.java57 ByteBuffer b1 = ByteBuffer.allocate(n + 256);
/openjdk7/jdk/test/sun/nio/cs/
H A DEucJpLinux0212.java48 ByteBuffer.allocate(10),
H A DTestISO2022JPSubBytes.java81 ByteBuffer bb = ByteBuffer.allocate(expectedBytes.length);
H A DTestIBM1364.java159 cb = CharBuffer.allocate(1024);
188 bb = ByteBuffer.allocate(mixedBytes.length - 2);
199 bb = ByteBuffer.allocate(mixedBytes.length - 1);
H A DTestEUC_TW.java53 cbf = CharBuffer.allocate(bb.length);
91 cbf = CharBuffer.allocate(bb.length);
107 bbf = ByteBuffer.allocate(cc.length * 4);
143 bbf = ByteBuffer.allocate(cc.length * 4);
329 bbf = ByteBuffer.allocate(inPos + bytes.length);
330 cbf = CharBuffer.allocate(outPos + outLen);
H A DTestUTF8.java46 cbf = CharBuffer.allocate(bb.length);
68 cbf = CharBuffer.allocate(bb.length);
109 bbf = ByteBuffer.allocate(cc.length * 4);
131 bbf = ByteBuffer.allocate(cc.length * 4);
360 bbf = ByteBuffer.allocate(inPos + utf8s.length);
361 cbf = CharBuffer.allocate(outPos + outLen);
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java208 IntBuffer ib = IntBuffer.allocate(1);
/openjdk7/jdk/test/sun/security/pkcs11/MessageDigest/
H A DByteBuffers.java58 ByteBuffer b1 = ByteBuffer.allocate(n + 256);
/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DByteBuffers.java61 ByteBuffer b1 = ByteBuffer.allocate(n + 256);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DSSLEngineBadBufferArrayAccess.java415 serverIn = ByteBuffer.allocate(appBufferMax + 50);
416 cTOs = ByteBuffer.allocate(netBufferMax);
417 sTOc = ByteBuffer.allocate(netBufferMax);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DBasics.java171 ByteBuffer smallBB = ByteBuffer.allocate(10);
191 ByteBuffer.allocate(ssls.getApplicationBufferSize());
193 ByteBuffer.allocate(ssls.getPacketBufferSize());
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamEncoder.java195 bb = ByteBuffer.allocate(DEFAULT_BYTE_BUFFER_SIZE);
204 this.bb = ByteBuffer.allocate(mbc < 0
233 lcb = CharBuffer.allocate(2);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp377 // The basic allocation policy controls how you allocate memory without
387 // attempt to allocate the requested memory.
409 HeapWord* result = young_gen()->allocate(size);
430 result = young_gen()->allocate(size);
441 // Failed to allocate without a gc.
547 return old_gen()->allocate(size);
550 // If a "death march" is in progress, allocate from the old gen a limited
555 return old_gen()->allocate(size);
577 // First level allocation failure, scavenge and allocate in young gen.
580 HeapWord* result = young_gen()->allocate(siz
[all...]
H A DpsYoungGen.hpp160 HeapWord* allocate(size_t word_size) { function in class:PSYoungGen
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DTestIBMDB.java54 cbf = CharBuffer.allocate(bb.length);
91 cbf = CharBuffer.allocate(bb.length);
114 bbf = ByteBuffer.allocate(cc.length * 4);
149 bbf = ByteBuffer.allocate(cc.length * 4);
421 bbf = ByteBuffer.allocate(inPos + bytes.length);
422 cbf = CharBuffer.allocate(outPos + outLen);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp154 void allocate() { function in class:JvmtiGetLoadedClassesClosure
271 closure.allocate();
311 closure.allocate();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTCharset.java121 ByteBuffer fbb = ByteBuffer.allocate(0);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableSpace.hpp130 virtual HeapWord* allocate(size_t word_size);
/openjdk7/hotspot/src/share/vm/memory/
H A DpermGen.cpp61 if ((obj = gen->allocate(size, false)) != NULL) {
64 // Attempt to expand and allocate the requested space:
130 vm_exit_during_initialization("Could not allocate a CompactingPermGen");
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp164 static vframeArray* allocate(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk,
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPipeImpl.java99 ByteBuffer bb = ByteBuffer.allocate(8);
/openjdk7/jdk/test/java/lang/ClassLoader/defineClass/
H A DDefineClassByteBuffer.java111 buffers[ARRAY_BUFFER] = ByteBuffer.allocate(array.length);
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DGroupOfOne.java100 ByteBuffer buf = ByteBuffer.allocate(100);
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DDieBeforeComplete.java64 final ByteBuffer dst = ByteBuffer.allocate(100);
H A DLeaky.java66 dst = ByteBuffer.allocate(K*K);

Completed in 291 milliseconds

1234567891011>>