Searched defs:ConstantValue (Results 1 - 5 of 5) sorted by last modified time

/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DAttribute.java45 public static final String ConstantValue = "ConstantValue"; field in class:Attribute
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java142 public final Name ConstantValue; field in class:Names
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantValue.java38 public final class ConstantValue extends Attribute { class in inherits:Attribute
47 public ConstantValue(final ConstantValue c) { method in class:ConstantValue
60 ConstantValue(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) method in class:ConstantValue
72 public ConstantValue(final int name_index, final int length, final int constantvalue_index, method in class:ConstantValue
/openjdk10/hotspot/test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTypeUniverse.java147 public static class ConstantValue { class in class:TypeUniverse
152 public ConstantValue(String name, JavaConstant value, Object boxed) { method in class:TypeUniverse.ConstantValue
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DConstantValue.java33 public class ConstantValue extends Value { class in inherits:Value
37 public ConstantValue(ValueKind<?> kind, Constant constant) { method in class:ConstantValue

Completed in 72 milliseconds