Searched refs:allocate (Results 251 - 275 of 279) sorted by relevance

<<1112

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp107 alloc.allocate();
121 void FpuStackAllocator::allocate() { function in class:FpuStackAllocator
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp158 // It is actually ok to allocate handles in a leaf method. It causes no safepoints,
221 // runtime calls (for example, used to allocate new objects/arrays
563 // allocate will be freed at the end of the routine.
565 // It is actually ok to allocate handles in a leaf method. It causes no safepoints,
765 obj = ak->allocate(len, CHECK_(false));
768 obj = ak->allocate(sv->field_size(), CHECK_(false));
1031 vframeArray* array = vframeArray::allocate(thread, frame_size, chunk, reg_map, sender, caller, fr);
1628 // try to allocate one from the MDO's set of spares.
H A DvframeArray.cpp445 vframeArray* vframeArray::allocate(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk, function in class:vframeArray
601 // Note: we cannot have print_on as const, as we allocate inside the method
H A Dreflection.cpp330 return typeArrayKlass::cast(tak)->allocate(length, THREAD);
H A Dthread.cpp175 void* Thread::allocate(size_t size, bool throw_excpt, MEMFLAGS flags) { function in class:Thread
304 // method to complete because it may need to allocate memory to
844 // any lock or allocate memory.
1204 assert(watcher_thread() == NULL, "we can only allocate one WatcherThread");
2464 int allocate = os::allocate_stack_guard_pages(); local
2467 if (allocate && !os::create_stack_guard_pages((char *) low_addr, len)) {
2468 warning("Attempt to allocate stack guard pages failed.");
2824 // JavaThread::print() is that we can't grab lock or allocate memory.
4314 // Don't print stack trace, as the stack may not be walkable. Don't allocate
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp176 void allocate(size_t size);
H A DconcurrentMark.cpp62 guarantee(brs.is_reserved(), "couldn't allocate concurrent marking bit map");
169 void CMMarkStack::allocate(size_t size) { function in class:CMMarkStack
172 vm_exit_during_initialization("Failed to allocate CM region mark stack");
472 _markStack.allocate(MarkStackSize);
3991 // eventually called from this method, so it is OK to allocate these
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolKlass.cpp58 constantPoolOop constantPoolKlass::allocate(int length, bool is_conc_safe, TRAPS) { function in class:constantPoolKlass
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp71 _map = _map_allocator.allocate(new_size_in_words);
H A Dtaskqueue.hpp318 _elems = _array_allocator.allocate(N);
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java650 view.read("test", ByteBuffer.allocate(100));
H A DCopyAndMove.java135 ByteBuffer bb = ByteBuffer.allocate(size);
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c289 allocate(CrwClassImage *ci, int nbytes) function
294 CRW_FATAL(ci, "Cannot allocate <= 0 bytes");
327 CRW_FATAL(ci, "Cannot allocate <= 0 bytes");
341 copy = (char*)allocate(ci, len+1);
694 utf8 = (char*)allocate(ci, len+1);
2442 new_image = allocate(&ci, (int)max_length);
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c578 jvmti_space = (unsigned char *)allocate(jvmti, (jint)new_length);
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISO2022.java439 ByteBuffer bb = ByteBuffer.allocate(4);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp239 vm_exit_during_initialization("Could not allocate par gc structs");
244 vm_exit_during_initialization("Could not allocate par gc structs");
315 vm_exit_during_initialization("Could not allocate ReferenceProcessor object");
613 // Now expand the span and allocate the collection support structures
633 if (!_markBitMap.allocate(_span)) {
634 warning("Failed to allocate CMS Bit Map");
640 _modUnionTable.allocate(_span);
644 if (!_markStack.allocate(MarkStackSize)) {
645 warning("Failed to allocate CMS Marking Stack");
648 if (!_revisitStack.allocate(CMSRevisitStackSiz
1003 HeapWord* ConcurrentMarkSweepGeneration::allocate(size_t size, function in class:ConcurrentMarkSweepGeneration
[all...]
H A DcompactibleFreeListSpace.cpp126 // The small linAB initially has all the space and will allocate
156 vm_exit_during_initialization("Could not allocate a par lock");
1204 return allocate(size);
1212 HeapWord* CompactibleFreeListSpace::allocate(size_t size) { function in class:CompactibleFreeListSpace
1216 "use adjustObjectSize() before calling into allocate()");
1269 "use adjustObjectSize() before calling into allocate()");
1320 // is added because the dictionary may over-allocate to avoid fragmentation.
1436 // then allocate and copy, then track promoted info if needed.
1443 // Call the allocate(size_t, bool) form directly to avoid the
1444 // additional call through the allocate(size_
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java2757 ByteBuffer bb = ByteBuffer.allocate(n);
2758 CharBuffer cb = CharBuffer.allocate(n);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DConnectionTest.java129 emptyBuffer = ByteBuffer.allocate(10);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c828 jvmti_space = (unsigned char *)allocate(jvmti, (jint)newLength);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp252 obj = plab->allocate(word_sz);
254 // because of AlignmentReserve (see ParGCAllocBuffer::allocate()).
256 "Else should have been able to allocate");
266 // Too large; allocate the object individually.
1263 // allocate it?
1378 // allocate it?
1439 // to allocate an oopDesc in the C-Heap and use that for the linked list.
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp453 oop sh_obj = (oop)_space->allocate(s);
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java2117 * pre-allocate the specified number of bytes for the next transfer.
2119 * @param size The number of bytes to allocate.
2123 public sun.net.ftp.FtpClient allocate(long size) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java1663 CharBuffer cb = CharBuffer.allocate(100);
1675 CharBuffer cbs = CharBuffer.allocate(100);
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp793 return CodeCache::allocate(nmethod_size);
1928 // If it fails, change the logic to always allocate a multiple

Completed in 202 milliseconds

<<1112