Searched defs:allocate (Results 1 - 25 of 83) sorted by relevance

1234

/openjdk10/jdk/src/java.instrument/share/native/libinstrument/
H A DUtilities.h38 #define allocate instAllocate macro
H A DUtilities.c42 allocate(jvmtiEnv * jvmtienv, size_t bytecount) { function
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsPromotionLAB.inline.hpp32 HeapWord* PSYoungPromotionLAB::allocate(size_t size) { function in class:PSYoungPromotionLAB
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DMachOByteBuffer.java32 static ByteBuffer allocate(int size) { method in class:MachOByteBuffer
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfByteBuffer.java33 static ByteBuffer allocate(int size) { method in class:ElfByteBuffer
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffByteBuffer.java31 static ByteBuffer allocate(int size) { method in class:PECoffByteBuffer
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DtenuredGeneration.inline.hpp31 HeapWord* TenuredGeneration::allocate(size_t word_size, function in class:TenuredGeneration
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/util/
H A DXMLEventAllocator.java62 public XMLEvent allocate(XMLStreamReader reader) method in interface:XMLEventAllocator
76 public void allocate(XMLStreamReader reader, XMLEventConsumer consumer) method in interface:XMLEventAllocator
/openjdk10/hotspot/test/compiler/codecache/stress/
H A DReturnBlobToWrongHeapTest.java56 private static long allocate(int size) { method in class:ReturnBlobToWrongHeapTest
/openjdk10/hotspot/src/share/vm/oops/
H A DmethodCounters.cpp29 MethodCounters* MethodCounters::allocate(const methodHandle& mh, TRAPS) { function in class:MethodCounters
H A DtypeArrayKlass.hpp67 typeArrayOop allocate(int length, TRAPS) { return allocate_common(length, true, THREAD); } function in class:TypeArrayKlass
H A Dannotations.cpp37 Annotations* Annotations::allocate(ClassLoaderData* loader_data, TRAPS) { function in class:Annotations
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1AllocRegion.inline.hpp39 inline HeapWord* G1AllocRegion::allocate(HeapRegion* alloc_region, function in class:G1AllocRegion
H A DheapRegion.inline.hpp77 inline HeapWord* G1ContiguousSpace::allocate(size_t min_word_size, function in class:G1ContiguousSpace
87 inline HeapWord* G1ContiguousSpace::allocate(size_t word_size) { function in class:G1ContiguousSpace
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DthreadLocalAllocBuffer.inline.hpp34 inline HeapWord* ThreadLocalAllocBuffer::allocate(size_t size) { function in class:ThreadLocalAllocBuffer
/openjdk10/hotspot/test/gc/g1/plab/lib/
H A DAppPLABPromotion.java72 private static void allocate(boolean reachable, long memSize, long chunkSize) { method in class:AppPLABPromotion
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/scripts/
H A DJO.java84 public static ScriptObject allocate(final PropertyMap map) { method in class:JO
H A DJD.java84 public static ScriptObject allocate(final PropertyMap map) { method in class:JD
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/util/
H A DBlockWorkList.java111 private void allocate() { method in class:BlockWorkList
/openjdk10/hotspot/src/share/vm/memory/
H A Dmetachunk.cpp64 MetaWord* Metachunk::allocate(size_t word_size) { function in class:Metachunk
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/events/
H A DXMLEventAllocatorImpl.java51 public XMLEvent allocate(XMLStreamReader xMLStreamReader) throws XMLStreamException { method in class:XMLEventAllocatorImpl
60 public void allocate(XMLStreamReader xMLStreamReader, XMLEventConsumer xMLEventConsumer) method in class:XMLEventAllocatorImpl
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStAXEventAllocatorBase.java84 public XMLEvent allocate(XMLStreamReader streamReader) throws XMLStreamException { method in class:StAXEventAllocatorBase
97 public void allocate(XMLStreamReader streamReader, XMLEventConsumer consumer) throws XMLStreamException { method in class:StAXEventAllocatorBase
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DNewInstanceStub.java115 private static Word allocate(Word thread, int size) { method in class:NewInstanceStub
/openjdk10/hotspot/test/gc/g1/
H A DTestShrinkAuxiliaryData.java275 private void allocate() { method in class:TestShrinkAuxiliaryData.ShrinkAuxiliaryDataTest
H A DTestHumongousShrinkHeap.java107 private void allocate() { method in class:TestHumongousShrinkHeap

Completed in 137 milliseconds

1234