Constant Field Values

Contents

com.oracle.*

  • com.oracle.truffle.api.nodes.BlockNode<T>
    Modifier and Type
    Constant Field
    Value
    public static final int
    0
  • com.oracle.truffle.api.object.Layout
    Modifier and Type
    Constant Field
    Value
    public static final String
    "truffle.object."
  • com.oracle.truffle.api.profiles.InlinedByteValueProfile
    Modifier and Type
    Constant Field
    Value
    protected static final int
    GENERIC
    2
    protected static final int
    REQUIRED_STATE_BITS
    2
    protected static final int
    SPECIALIZED
    1
    protected static final int
    UNINITIALIZED
    0
  • com.oracle.truffle.api.profiles.InlinedDoubleValueProfile
    Modifier and Type
    Constant Field
    Value
    protected static final int
    GENERIC
    2
    protected static final int
    REQUIRED_STATE_BITS
    2
    protected static final int
    SPECIALIZED
    1
    protected static final int
    UNINITIALIZED
    0
  • com.oracle.truffle.api.profiles.InlinedExactClassProfile
    Modifier and Type
    Constant Field
    Value
    protected static final int
    GENERIC
    2
    protected static final int
    REQUIRED_STATE_BITS
    2
    protected static final int
    SPECIALIZED
    1
    protected static final int
    UNINITIALIZED
    0
  • com.oracle.truffle.api.profiles.InlinedFloatValueProfile
    Modifier and Type
    Constant Field
    Value
    protected static final int
    GENERIC
    2
    protected static final int
    REQUIRED_STATE_BITS
    2
    protected static final int
    SPECIALIZED
    1
    protected static final int
    UNINITIALIZED
    0
  • com.oracle.truffle.api.profiles.InlinedIntValueProfile
    Modifier and Type
    Constant Field
    Value
    protected static final int
    GENERIC
    2
    protected static final int
    REQUIRED_STATE_BITS
    2
    protected static final int
    SPECIALIZED
    1
    protected static final int
    UNINITIALIZED
    0
  • com.oracle.truffle.api.profiles.InlinedLongValueProfile
    Modifier and Type
    Constant Field
    Value
    protected static final int
    GENERIC
    2
    protected static final int
    REQUIRED_STATE_BITS
    2
    protected static final int
    SPECIALIZED
    1
    protected static final int
    UNINITIALIZED
    0

org.graalvm.*