Tabnine Logo
UnsupportedSpecializationException.getNode
Code IndexAdd Tabnine to your IDE (free)

How to use
getNode
method
in
com.oracle.truffle.api.dsl.UnsupportedSpecializationException

Best Java code snippets using com.oracle.truffle.api.dsl.UnsupportedSpecializationException.getNode (Showing top 20 results out of 315)

origin: com.oracle.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof VarNamesGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof HasKeysSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof ArgsArrGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof VarNamesGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof IsExecutableObjectSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof ArrayGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof IsInstantiableObjectSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof SymbolsKeysSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-tck

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof StructuredDataEntryHasKeysSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-tck

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof StructuredDataHasSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-tck

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof ComplexHasSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-tck

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof VarNamesGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.regex/regex

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof TruffleReadOnlyMapKeysObjectGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.regex/regex

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof RegexResultStartGetSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof SymbolsKeysSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: com.oracle.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof IsExecutableObjectSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof VarsMapHasKeysSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof IsNullSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof IsExecutableSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
origin: org.graalvm.truffle/truffle-api

@Override
public Object execute(VirtualFrame frame) {
  Object receiver = ForeignAccess.getReceiver(frame);
  try {
    return node.executeWithTarget(frame, receiver);
  } catch (UnsupportedSpecializationException e) {
    if (e.getNode() instanceof ClassNamesHasSizeSubNode) {
     throw UnsupportedTypeException.raise(e, e.getSuppliedValues());
    } else {
     throw e;
    }
  }
}
com.oracle.truffle.api.dslUnsupportedSpecializationExceptiongetNode

Javadoc

Returns the Node that caused the this UnsupportedSpecializationException.

Popular methods of UnsupportedSpecializationException

  • getSuppliedValues
    Returns the dynamic values that were supplied to the node.The array returned by #getSuppliedNodes()
  • <init>

Popular in Java

  • Updating database using SQL prepared statement
  • scheduleAtFixedRate (Timer)
  • setScale (BigDecimal)
  • setContentView (Activity)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Reference (javax.naming)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now