Class TruffleInlining
java.lang.Object
com.oracle.truffle.runtime.TruffleInlining
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInlinedTarget(com.oracle.truffle.compiler.TruffleCompilable target) Deprecated.voidaddTargetToDequeue(com.oracle.truffle.compiler.TruffleCompilable target) Deprecated.intDeprecated.intDeprecated.voidDeprecated.com.oracle.truffle.compiler.TruffleCompilable[]Deprecated.voidsetCallCounts(int total, int inlined) Deprecated.
-
Constructor Details
-
TruffleInlining
Deprecated.
-
-
Method Details
-
countCalls
public int countCalls()Deprecated. -
countInlinedCalls
public int countInlinedCalls()Deprecated. -
inlinedTargets
public com.oracle.truffle.compiler.TruffleCompilable[] inlinedTargets()Deprecated. -
addInlinedTarget
public void addInlinedTarget(com.oracle.truffle.compiler.TruffleCompilable target) Deprecated. -
setCallCounts
public void setCallCounts(int total, int inlined) Deprecated. -
addTargetToDequeue
public void addTargetToDequeue(com.oracle.truffle.compiler.TruffleCompilable target) Deprecated. -
dequeueTargets
public void dequeueTargets()Deprecated.
-
AbstractCompilationTaskinstead.