Class ConstructorBuiltins.CallSymbolNode.Inlined

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, JSBuiltinNode.Inlineable, JSBuiltinNode.Inlined, Cloneable
Enclosing class:
ConstructorBuiltins.CallSymbolNode

public abstract static class ConstructorBuiltins.CallSymbolNode.Inlined extends ConstructorBuiltins.CallSymbolNode implements JSBuiltinNode.Inlined
  • Constructor Details

  • Method Details

    • executeWithArguments

      protected abstract Object executeWithArguments(Object arg0)
    • callSymbolSingleton

      protected Symbol callSymbolSingleton(com.oracle.truffle.api.strings.TruffleString value, com.oracle.truffle.api.strings.TruffleString cachedValue, com.oracle.truffle.api.strings.TruffleString.EqualNode equalNode, AtomicReference<Object> symbolUsageMarker, Symbol cachedSymbol)
    • callSymbolString

      protected Symbol callSymbolString(com.oracle.truffle.api.strings.TruffleString value)
      Overrides:
      callSymbolString in class ConstructorBuiltins.CallSymbolNode
    • callInlinedSymbolGeneric

      protected com.oracle.truffle.api.strings.TruffleString callInlinedSymbolGeneric(Object value)
    • callInlined

      public Object callInlined(Object[] arguments)
      Specified by:
      callInlined in interface JSBuiltinNode.Inlined
    • acceptCache

      protected boolean acceptCache(com.oracle.truffle.api.strings.TruffleString.EqualNode equalNode, com.oracle.truffle.api.strings.TruffleString value, com.oracle.truffle.api.strings.TruffleString cachedValue, AtomicReference<Object> symbolUsageMarker)
    • createSymbolUsageMarker

      protected AtomicReference<Object> createSymbolUsageMarker()
    • createCachedSingletonSymbol

      protected Symbol createCachedSingletonSymbol(com.oracle.truffle.api.strings.TruffleString value)