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

<<1112

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp858 assert(entry->obj() == NULL, "Frame manager didn't allocate the monitor");
1957 result = (oop) THREAD->tlab().allocate(obj_size);
1961 // Try allocate in shared eden
2606 // VM. It would be much simpler (and safer) if we could allocate a real handle with
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp3391 result = typeArrayKlass::cast(k)->allocate(length, CHECK_NULL);
3396 result = oak->allocate(length, CHECK_NULL);
H A Djni.cpp297 // high because a test (or very unusual application) may try to allocate
299 // permitted to allocate more handles than the ensured capacity, so this
3442 objArrayOop result = objArrayKlass::cast(ak())->allocate(length, CHECK_NULL);
3609 /* allocate an chunk of memory in c land */ \
3646 /* allocate an chunk of memory in c land */ \
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp541 // again to allocate from it.
563 "could not allocate from secondary_free_list");
570 "the only time we use this to allocate a humongous region is "
595 // Currently, only attempts to allocate GC alloc regions set
629 // Only one region to allocate, no need to go through the slower
639 // We can't allocate humongous regions while cleanupComplete() is
643 // that we only need to do this if we need to allocate more than
685 // The word size sum of all the regions we will allocate.
764 // re-allocate them. We can extend is_empty() to also include
815 // If the number of regions we're trying to allocate fo
[all...]

Completed in 75 milliseconds

<<1112