Searched defs:weight (Results 1 - 25 of 29) sorted by relevance

12

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DConstantArrayReadFoldingTest.java39 public double weight; field in class:ConstantArrayReadFoldingTest.E
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/frame/
H A DPriorityFrame.java31 private final int weight; field in class:PriorityFrame
36 public PriorityFrame(int streamId, int streamDependency, boolean exclusive, int weight) { argument
57 public int weight() { method in class:PriorityFrame
H A DHeadersFrame.java43 private int weight; field in class:HeadersFrame
95 public void setPriority(int streamDependency, boolean exclusive, int weight) { argument
H A DOutgoingHeaders.java37 int weight; field in class:OutgoingHeaders
52 public void setPriority(int streamDependency, boolean exclusive, int weight) { argument
H A DFramesEncoder.java285 private void putPriority(ByteBuffer buf, boolean exclusive, int streamDependency, int weight) { argument
/openjdk9/jdk/test/java/rmi/reliability/benchmark/bench/
H A DBenchInfo.java39 float weight; field in class:BenchInfo
45 BenchInfo(Benchmark benchmark, String name, float weight, String[] args) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DNumericType.java42 protected NumericType(final String name, final Class<?> clazz, final int weight, final int slots) { argument
H A DBitwiseType.java42 protected BitwiseType(final String name, final Class<?> clazz, final int weight, final int slots) { argument
H A DType.java96 private transient final int weight; field in class:Type
127 Type(final String name, final Class<?> clazz, final int weight, final int slots) { argument
741 int weight() { method in class:Type
[all...]
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcUtil.cpp112 LinearLeastSquareFit::LinearLeastSquareFit(unsigned weight) : argument
H A DgcUtil.hpp75 AdaptiveWeightedAverage(unsigned weight, float avg = 0.0) : argument
96 unsigned weight() const { return _weight; } function in class:AdaptiveWeightedAverage
104 exp_avg(float avg, float sample, unsigned int weight) argument
109 exp_avg(size_t avg, size_t sample, unsigned int weight) argument
142 AdaptivePaddedAverage(unsigned weight, unsigned padding) argument
181 AdaptivePaddedNoZeroDevAverage(unsigned weight, unsigned padding) argument
[all...]
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java54 public void add(String ruleName, Factory<? extends T> factory, double weight) { argument
101 private final double weight; field in class:Rule.RuleEntry
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java102 public GlyphJustificationInfo(float weight, argument
167 public final float weight; field in class:GlyphJustificationInfo
[all...]
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DTryCatchBlockFactory.java110 private Block getBlock(IRNodeBuilder builder, double weight) argument
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DServiceLocator.java254 int weight; field in class:ServiceLocator.SrvRecord
[all...]
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbServiceLocator.java295 int weight; field in class:KrbServiceLocator.SrvRecord
[all...]
/openjdk9/jdk/make/src/classes/build/tools/jigsaw/
H A DGenGraphs.java225 public void weight(String s, String t, int w) { method in class:GenGraphs.ModuleGraphAttributes
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DCompileUnit.java55 private transient long weight; field in class:CompileUnit
[all...]
H A DSplitter.java185 findUnit(final long weight) argument
236 createBlockSplitNode(final Block parent, final FunctionNode function, final List<Statement> statements, final long weight) argument
[all...]
H A DCompiler.java805 CompileUnit findUnit(final long weight) { argument
H A DWeighNodes.java97 private long weight; field in class:WeighNodes
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp157 double AdvancedThresholdPolicy::weight(Method* method) { function in class:AdvancedThresholdPolicy
/openjdk9/jdk/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c519 img_makePalette(int cmapsize, int tablesize, int lookupsize, float lscale, float weight, int prevclrs, int doMac, unsigned char *reds, unsigned char *greens, unsigned char *blues, unsigned char *lookup) argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java326 int weight() { method in class:CompiledFunction
330 private static int weight(final MethodType type) { method in class:CompiledFunction
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DAttributeValues.java65 private float weight = 1f; field in class:AttributeValues
[all...]

Completed in 167 milliseconds

12