/openjdk7/hotspot/test/gc/7168848/ |
H A D | HumongousAlloc.java | 44 public static void allocate(int size, int sleepTime, int sleepFreq) throws InterruptedException { method in class:HumongousAlloc 45 System.out.println("Will allocate objects of size: " + size 59 allocate((int) (size * MB), sleepTime, sleepFreq);
|
/openjdk7/jaxp/src/javax/xml/stream/util/ |
H A D | XMLEventAllocator.java | 37 * a way to allocate events given an XMLStreamReader. An implementation 52 * allows the XMLInputFactory to allocate a new instance per reader. 62 * @param reader The XMLStreamReader to allocate from 65 public XMLEvent allocate(XMLStreamReader reader) method in interface:XMLEventAllocator 76 * @param reader The XMLStreamReader to allocate from 79 public void allocate(XMLStreamReader reader, XMLEventConsumer consumer) method in interface:XMLEventAllocator
|
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1AllocRegion.inline.hpp | 30 inline HeapWord* G1AllocRegion::allocate(HeapRegion* alloc_region, function in class:G1AllocRegion 38 return alloc_region->allocate(word_size);
|
H A D | heapRegion.inline.hpp | 28 inline HeapWord* G1OffsetTableContigSpace::allocate(size_t size) { function in class:G1OffsetTableContigSpace 29 HeapWord* res = ContiguousSpace::allocate(size); 42 HeapWord* res = ContiguousSpace::allocate(size); 75 // This is how we always allocate survivors. 100 // This is how we always allocate survivors.
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | space.inline.hpp | 37 inline HeapWord* OffsetTableContigSpace::allocate(size_t size) { function in class:OffsetTableContigSpace 38 HeapWord* res = ContiguousSpace::allocate(size); 50 // This ought to be just "allocate", because of the lock above, but that 51 // ContiguousSpace::allocate asserts that either the allocating thread
|
H A D | generation.inline.hpp | 46 HeapWord* OneContigSpaceCardGeneration::allocate(size_t word_size, function in class:OneContigSpaceCardGeneration 49 return the_space()->allocate(word_size);
|
H A D | threadLocalAllocBuffer.inline.hpp | 34 inline HeapWord* ThreadLocalAllocBuffer::allocate(size_t size) { function in class:ThreadLocalAllocBuffer
|
H A D | allocation.inline.hpp | 50 // allocate using malloc; will fail if no memory available 111 E* ArrayAllocator<E, F>::allocate(size_t length) { function in class:ArrayAllocator
|
H A D | heap.cpp | 186 void* CodeHeap::allocate(size_t size) { function in class:CodeHeap
|
/openjdk7/jdk/src/share/instrument/ |
H A D | Utilities.c | 42 allocate(jvmtiEnv * jvmtienv, size_t bytecount) { function
|
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/ |
H A D | XMLEventAllocatorImpl.java | 48 public javax.xml.stream.events.XMLEvent allocate(javax.xml.stream.XMLStreamReader xMLStreamReader) throws javax.xml.stream.XMLStreamException { method in class:XMLEventAllocatorImpl 51 // allocate is not supposed to change the state of the reader so we shouldn't be calling next. 56 public void allocate(javax.xml.stream.XMLStreamReader xMLStreamReader, javax.xml.stream.util.XMLEventConsumer xMLEventConsumer) throws javax.xml.stream.XMLStreamException { method in class:XMLEventAllocatorImpl
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | typeArrayKlass.hpp | 60 typeArrayOop allocate(int length, TRAPS) { return allocate_common(length, true, THREAD); } function in class:typeArrayKlass
|
H A D | compiledICHolderKlass.cpp | 51 compiledICHolderOop compiledICHolderKlass::allocate(TRAPS) { function in class:compiledICHolderKlass
|
H A D | cpCacheKlass.cpp | 51 constantPoolCacheOop constantPoolCacheKlass::allocate(int length, function in class:constantPoolCacheKlass 53 // allocate memory
|
H A D | methodDataKlass.cpp | 66 methodDataOop methodDataKlass::allocate(methodHandle method, TRAPS) { function in class:methodDataKlass
|
H A D | methodKlass.cpp | 65 methodOop methodKlass::allocate(constMethodHandle xconst, function in class:methodKlass
|
H A D | constMethodKlass.cpp | 65 constMethodOop constMethodKlass::allocate(int byte_code_size, function in class:constMethodKlass
|
H A D | constantPoolKlass.cpp | 58 constantPoolOop constantPoolKlass::allocate(int length, bool is_conc_safe, TRAPS) { function in class:constantPoolKlass
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/ |
H A D | StAXEventAllocatorBase.java | 41 * allows a user to register a way to allocate events given an XMLStreamReader. 71 * allows the XMLInputFactory to allocate a new instance per reader. 81 * @param streamReader The XMLStreamReader to allocate from 84 public XMLEvent allocate(XMLStreamReader streamReader) throws XMLStreamException { method in class:StAXEventAllocatorBase 94 * @param streamReader The XMLStreamReader to allocate from 97 public void allocate(XMLStreamReader streamReader, XMLEventConsumer consumer) throws XMLStreamException { method in class:StAXEventAllocatorBase
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ |
H A D | psPromotionLAB.hpp | 97 HeapWord* allocate(size_t size) { function in class:PSYoungPromotionLAB 129 HeapWord* allocate(size_t size) { function in class:PSOldPromotionLAB
|
H A D | psYoungGen.hpp | 160 HeapWord* allocate(size_t word_size) { function in class:PSYoungGen
|
/openjdk7/jdk/src/share/demo/jvmti/agent_util/ |
H A D | agent_util.c | 228 allocate(jvmtiEnv *jvmti, jint len) function 234 check_jvmti_error(jvmti, error, "Cannot allocate memory");
|
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/ |
H A D | RenderBuffer.java | 84 public static RenderBuffer allocate(int numBytes) { method in class:RenderBuffer
|
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ |
H A D | mutableSpace.cpp | 174 HeapWord* MutableSpace::allocate(size_t size) { function in class:MutableSpace
|
H A D | parGCAllocBuffer.hpp | 76 HeapWord* allocate(size_t word_sz) { function in class:ParGCAllocBuffer 238 HeapWord* allocate(size_t word_sz) { function in class:ParGCAllocBufferWithBOT 239 HeapWord* res = ParGCAllocBuffer::allocate(word_sz);
|