Searched defs:size (Results 1 - 25 of 1416) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/share/vm/gc/shared/
H A DageTableTracer.cpp30 void AgeTableTracer::send_tenuring_distribution_event(uint age, size_t size) { argument
H A Dmemset_with_concurrent_readers.hpp47 inline void memset_with_concurrent_readers(void* to, int value, size_t size) { argument
H A DallocTracer.cpp50 void AllocTracer::send_allocation_requiring_gc_event(size_t size, uint gcId) { argument
/openjdk9/langtools/test/tools/javac/TryWithResources/
H A DT7164542.java34 void copy(S s, T t, int size) throws Exception { argument
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsPromotionLAB.inline.hpp31 HeapWord* PSYoungPromotionLAB::allocate(size_t size) { argument
/openjdk9/hotspot/test/runtime/memory/LargePages/
H A DTestLargePageSizeInBytes.java53 private static void testLargePageSizeInBytes(long size) throws Exception { argument
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dopenbsd-reallocarray.c54 reallocarray(void *optr, size_t nmemb, size_t size) argument
[all...]
/openjdk9/jdk/test/java/awt/Graphics2D/FillTexturePaint/
H A DFillTexturePaint.java44 private static final int size = 400; field in class:FillTexturePaint
/openjdk9/jdk/test/java/util/AbstractMap/
H A DToString.java51 public int size() { method in class:LyingMap
/openjdk9/jdk/test/java/util/Collections/
H A DMinMax.java77 public int size() { method in class:LyingSet
/openjdk9/langtools/test/tools/javac/generics/
H A DT4695847.java35 static <T> int size(T4695847<T> bt) { method in class:T4695847
/openjdk9/hotspot/src/os/linux/vm/
H A Ddecoder_linux.cpp33 size_t size = (size_t)buflen; local
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DAllocatedNativeObject.java52 AllocatedNativeObject(int size, boolean pageAligned) { argument
/openjdk9/jdk/test/java/nio/Buffer/
H A DLimitDirectMemory.java71 private static int parseSize(String size) throws Exception { argument
[all...]
/openjdk9/jdk/test/java/nio/channels/FileChannel/
H A DSize.java87 initTestFile(File f, long size) argument
[all...]
/openjdk9/nashorn/test/script/basic/
H A Dtypedarrays.js60 var size = 128; variable
/openjdk9/jdk/test/java/util/AbstractSequentialList/
H A DAddAll.java45 public int size() { method in class:FooList
/openjdk9/langtools/test/tools/javac/foreach/
H A DSuperfluousAbstract.java43 public int size() { return 0; } method in class:ConcreteQ
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DBlock_List.java53 public int size() { method in class:Block_List
H A DNode_List.java53 public int size() { method in class:Node_List
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DArgumentSizeComputer.java32 protected void set(int size, int type) { if (!isReturnType()) this.size += size; } argument
H A DResultTypeFinder.java32 protected void set(int size, int type) { if (isReturnType()) this.type = type; } argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DAFLBinaryTreeDictionary.java51 public long size() { method in class:AFLBinaryTreeDictionary
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DAlgorithmParameterGeneratorSpi.java70 protected abstract void engineInit(int size, SecureRandom random); argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.sparc/src/org/graalvm/compiler/hotspot/sparc/
H A DSPARCHotSpotNodeCostProvider.java46 public NodeSize size(Node n) { method in class:SPARCHotSpotNodeCostProvider

Completed in 133 milliseconds

1234567891011>>