Class OptimizedTVMCI

java.lang.Object
com.oracle.truffle.api.impl.TVMCI
com.oracle.truffle.runtime.OptimizedTVMCI

public final class OptimizedTVMCI extends com.oracle.truffle.api.impl.TVMCI
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.oracle.truffle.api.impl.TVMCI

    com.oracle.truffle.api.impl.TVMCI.Test<C extends Closeable, T extends com.oracle.truffle.api.CallTarget>, com.oracle.truffle.api.impl.TVMCI.TestAccessor<C extends Closeable, T extends com.oracle.truffle.api.CallTarget>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.oracle.truffle.api.impl.Accessor.RuntimeSupport
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OptimizedTVMCI

      public OptimizedTVMCI()
  • Method Details

    • createRuntimeSupport

      protected com.oracle.truffle.api.impl.Accessor.RuntimeSupport createRuntimeSupport(Object permission)
      Specified by:
      createRuntimeSupport in class com.oracle.truffle.api.impl.TVMCI