Skip navigation links
A C D E F G H I L N O P R S T V 

A

addInlinedTarget(TruffleCompilable) - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
To be used from the compiler side.
addTargetToDequeue(TruffleCompilable) - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
Records the given target to be dequeued from the compilation queue at the end of the current compilation.
allowsInlining() - Method in enum com.oracle.truffle.compiler.TruffleCompilerRuntime.InlineKind
 
asCompilableTruffleAST(JavaConstant) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Gets the TruffleCompilable represented by constant.
asJavaConstant() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Gets this AST as a compiler constant.

C

cancelCompilation(CharSequence) - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Cancel the compilation of this truffle ast.
CHILD - Static variable in class com.oracle.truffle.compiler.ConstantFieldInfo
Denotes a field is annotated by com.oracle.truffle.api.nodes.Node.Child.
CHILDREN - Static variable in class com.oracle.truffle.compiler.ConstantFieldInfo
Denotes a field is annotated by com.oracle.truffle.api.nodes.Node.Children.
com.oracle.truffle.compiler - package com.oracle.truffle.compiler
 
com.oracle.truffle.compiler.hotspot - package com.oracle.truffle.compiler.hotspot
 
com.oracle.truffle.compiler.hotspot.libgraal - package com.oracle.truffle.compiler.hotspot.libgraal
 
compilerOptionExists(String) - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Returns true if a compilation key exists, else false.
ConstantFieldInfo - Class in com.oracle.truffle.compiler
Value returned by TruffleCompilerRuntime.getConstantFieldInfo(ResolvedJavaField) describing how a field read can be constant folded based on Truffle annotations.
countDirectCallNodes() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Returns the number of direct calls of a call target.
createCompiler(TruffleCompilerRuntime) - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Creates a new compiler handle for compilation.

D

deprecated() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 
deprecationMessage() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 
doCompile(TruffleCompilationTask, TruffleCompilable, TruffleCompilerListener) - Method in interface com.oracle.truffle.compiler.TruffleCompiler
Compiles compilable to machine code.

E

encodeMethodSignature(Class<?>, Class<?>...) - Static method in interface com.oracle.truffle.compiler.hotspot.libgraal.FromLibGraalId
Creates a JVM method signature as specified in the Sections 4.3.3 of the JVM Specification.
engineId() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Returns a process-unique id for the underlying engine.
equals(Object) - Method in class com.oracle.truffle.compiler.ConstantFieldInfo
 
equals(Object) - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
equals(Object) - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
equals(Object) - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 

F

FIRST_TIER_COMPILATION_SUFFIX - Static variable in interface com.oracle.truffle.compiler.TruffleCompiler
 
forDimensions(int) - Static method in class com.oracle.truffle.compiler.ConstantFieldInfo
Gets a ConstantFieldInfo object for a field.
formatEvent(int, String, int, String, int, Map<String, Object>, int) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Formats a message describing a Truffle event as a single line of text.
FromLibGraalEntryPointsResolver - Annotation Type in com.oracle.truffle.compiler.hotspot.libgraal
Annotation to generate the FromLibGraalCalls for given id type.
FromLibGraalId - Interface in com.oracle.truffle.compiler.hotspot.libgraal
 

G

getCallCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Return the total number of calls to this target.
getCompilable() - Method in interface com.oracle.truffle.compiler.OptimizedAssumptionDependency
Gets the Truffle AST whose machine code is represented by this object.
getCompilable() - Method in class com.oracle.truffle.compiler.TruffleCompilerAssumptionDependency
 
getCompilationSpeculationLog() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Gets a speculation log to be used for a single Truffle compilation.
getCompilerConfigurationName(TruffleCompilerRuntime) - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Returns a compiler configuration name that will be used.
getCompilerOptions() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Returns a set of compiler options that where specified by the user.
getCompilerVersion() - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
 
getConstantFieldInfo(ResolvedJavaField) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Gets an object describing how a read of field can be constant folded based on Truffle annotations.
getDataPatchesCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the number of DataPatches in the compiled code.
getDebugProperties(JavaConstant) - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
Returns the debug properties of a truffle node constant or an empty map if there are no debug properties.
getDescription() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getDimensions() - Method in class com.oracle.truffle.compiler.ConstantFieldInfo
Gets the number of array dimensions to be marked as compilation final.
getExceptionHandlersCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the number of ExceptionHandlers in the compiled code.
getHostMethodInfo(ResolvedJavaMethod) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Returns Truffle related method information during host compilation.
getInfopoints() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the infopoint reasons in the compiled code.
getInfopointsCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the number of Infopoints in the compiled code.
getInstalledCode() - Method in class com.oracle.truffle.compiler.TruffleCompilerAssumptionDependency
 
getKnownCallSiteCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
 
getLanguage() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getLineNumber() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getMarksCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the number of Marks in the compiled code.
getMethodName() - Method in interface com.oracle.truffle.compiler.hotspot.libgraal.FromLibGraalId
 
getMethodName() - Method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
 
getName() - Method in interface com.oracle.truffle.compiler.hotspot.libgraal.FromLibGraalId
 
getName() - Method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
 
getName() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Gets a descriptive name for this call target.
getNodeClassName() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getNodeCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.GraphInfo
Gets the number of nodes in the graph.
getNodeId() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getNodeTypes(boolean) - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.GraphInfo
Gets the set of nodes in the graph.
getNonTrivialNodeCount() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Returns the estimate of the Truffle node count in this AST.
getOffsetEnd() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getOffsetStart() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 
getParameterTypes() - Method in interface com.oracle.truffle.compiler.hotspot.libgraal.FromLibGraalId
 
getParameterTypes() - Method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
 
getPartialEvaluationMethodInfo(ResolvedJavaMethod) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Returns Truffle related method information during host compilation.
getPosition(JavaConstant) - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
If node represents an AST Node then return the nearest source information for it.
getReturnType() - Method in interface com.oracle.truffle.compiler.hotspot.libgraal.FromLibGraalId
 
getReturnType() - Method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
 
getSignature() - Method in interface com.oracle.truffle.compiler.hotspot.libgraal.FromLibGraalId
 
getSignature() - Method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
 
getTargetCodeSize() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the size of the machine code generated.
getTotalFrameSize() - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener.CompilationResultInfo
Gets the total frame size of compiled code in bytes.
getURI() - Method in interface com.oracle.truffle.compiler.TruffleSourceLanguagePosition
 

H

hashCode() - Method in class com.oracle.truffle.compiler.ConstantFieldInfo
 
hashCode() - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
hashCode() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
hashCode() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 
hasNextTier() - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
 
help() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 
HostMethodInfo - Class in com.oracle.truffle.compiler
TODO GR-44222 as soon as the annotation API is available in libgraal this can be moved to the compiler implementation side.
HostMethodInfo(boolean, boolean, boolean, boolean) - Constructor for class com.oracle.truffle.compiler.HostMethodInfo
 
HotSpotTruffleCompiler - Interface in com.oracle.truffle.compiler.hotspot
 

I

initialize(TruffleCompilable, boolean) - Method in interface com.oracle.truffle.compiler.TruffleCompiler
Initializes the compiler before the first compilation.
inlineForPartialEvaluation() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
inlineForTruffleBoundary() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
installTruffleCallBoundaryMethod(ResolvedJavaMethod, TruffleCompilable) - Method in interface com.oracle.truffle.compiler.hotspot.HotSpotTruffleCompiler
Compiles and installs special code for truffle call boundary methods.
installTruffleReservedOopMethod(ResolvedJavaMethod, TruffleCompilable) - Method in interface com.oracle.truffle.compiler.hotspot.HotSpotTruffleCompiler
Compiles and installs special code fast thread local object access.
isAlive() - Method in interface com.oracle.truffle.compiler.OptimizedAssumptionDependency
Determines if the machine code referenced by this object is valid.
isAlive() - Method in class com.oracle.truffle.compiler.TruffleCompilerAssumptionDependency
 
isBytecodeInterpreterSwitch() - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
isBytecodeInterpreterSwitchBoundary() - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
isCancelled() - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
Determines if this compilation has been cancelled.
isChild() - Method in class com.oracle.truffle.compiler.ConstantFieldInfo
Determines if this object is ConstantFieldInfo.CHILD.
isChildren() - Method in class com.oracle.truffle.compiler.ConstantFieldInfo
Determines if this object is ConstantFieldInfo.CHILDREN.
isFirstTier() - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
Returns true if this is a first tier compilation.
isInlineable() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
isInliningCutoff() - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
isLastTier() - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
Returns true if this is a last tier compilation.
isSameOrSplit(TruffleCompilable) - Method in interface com.oracle.truffle.compiler.TruffleCompilable
 
isSpecializationMethod() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
isSuppressedCompilationFailure(Throwable) - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
 
isSuppressedFailure(TruffleCompilable, Supplier<String>) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Determines if the exception which happened during the compilation is suppressed and should be silent.
isTrivial() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
 
isTruffleBoundary() - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
isValueType(ResolvedJavaType) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Determines if type is a value type.

L

listCompilerOptions() - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Lists all compiler options available, including deprecated options.
log(TruffleCompilable, String) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Writes message followed by a new line to the Truffle logger.
log(String, TruffleCompilable, String) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
 
logEvent(TruffleCompilable, int, String, Map<String, Object>) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Formats a Truffle event and writes it to the log output.
logEvent(TruffleCompilable, int, String, String, Map<String, Object>, String) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Formats a Truffle event and writes it to the log output.
loopExplosion() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 

N

name() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 

O

onAssumptionInvalidated(Object, CharSequence) - Method in interface com.oracle.truffle.compiler.OptimizedAssumptionDependency
Called when a depended-on assumption is invalidated, with the intention to invalidate the machine code referenced by this object.
onAssumptionInvalidated(Object, CharSequence) - Method in class com.oracle.truffle.compiler.TruffleCompilerAssumptionDependency
 
onCodeInstallation(TruffleCompilable, InstalledCode) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Notifies this runtime once installedCode has been installed in the code cache.
onCompilationFailed(Supplier<String>, boolean, boolean, boolean, boolean) - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Notifies this object that a compilation of the AST it represents failed.
onCompilationRetry(TruffleCompilable, TruffleCompilationTask) - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener
Notifies this object when compilation of compilable is re-tried to diagnose a compilation problem.
onFailure(TruffleCompilable, String, boolean, boolean, int) - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener
Notifies this object when compilation of compilable fails.
onGraalTierFinished(TruffleCompilable, TruffleCompilerListener.GraphInfo) - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener
Notifies this object when Graal IR compilation compilable completes.
onInvalidate(Object, CharSequence, boolean) - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Invoked when installed code associated with this AST was invalidated due to assumption invalidation.
onSuccess(TruffleCompilable, TruffleCompilationTask, TruffleCompilerListener.GraphInfo, TruffleCompilerListener.CompilationResultInfo, int) - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener
Notifies this object when compilation of compilable succeeds.
onTruffleTierFinished(TruffleCompilable, TruffleCompilationTask, TruffleCompilerListener.GraphInfo) - Method in interface com.oracle.truffle.compiler.TruffleCompilerListener
Notifies this object when compilation of compilable has completed partial evaluation and is about to perform compilation of the graph produced by partial evaluation.
openCompilerThreadScope() - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Opens a compiler thread scope for compilation threads.
OptimizedAssumptionDependency - Interface in com.oracle.truffle.compiler
Represents some machine code whose validity depends on an assumption.

P

PartialEvaluationMethodInfo - Class in com.oracle.truffle.compiler
TODO GR-44222 as soon as the annotation API is available in libgraal this can be moved to the compiler implementation side.
PartialEvaluationMethodInfo(TruffleCompilerRuntime.LoopExplosionKind, TruffleCompilerRuntime.InlineKind, TruffleCompilerRuntime.InlineKind, boolean, boolean) - Constructor for class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
pendingTransferToInterpreterOffset(TruffleCompilable) - Method in interface com.oracle.truffle.compiler.hotspot.HotSpotTruffleCompiler
 
prepareForCompilation() - Method in interface com.oracle.truffle.compiler.TruffleCompilable
Called before call target is used for runtime compilation, either as root compilation or via inlining.
purgePartialEvaluationCaches() - Method in interface com.oracle.truffle.compiler.hotspot.HotSpotTruffleCompiler
Releases caches used for PE/compilation.

R

registerOptimizedAssumptionDependency(JavaConstant) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Registers some dependent code on an assumption.
registerRuntime(TruffleCompilerRuntime) - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Registers a runtime instance after it was fully initialized.
resolveType(MetaAccessProvider, String) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Looks up a type in this runtime.
resolveType(MetaAccessProvider, String, boolean) - Method in interface com.oracle.truffle.compiler.TruffleCompilerRuntime
Looks up a type in this runtime.

S

SECOND_TIER_COMPILATION_SUFFIX - Static variable in interface com.oracle.truffle.compiler.TruffleCompiler
 
serializeException(Throwable) - Static method in interface com.oracle.truffle.compiler.TruffleCompilable
Returns e serialized as a string.
setCallCounts(int, int) - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
To be used from the compiler side.
shutdown() - Method in interface com.oracle.truffle.compiler.TruffleCompiler
Notifies this object that it will no longer being used and should thus perform all relevant finalization tasks.

T

tier() - Method in interface com.oracle.truffle.compiler.TruffleCompilationTask
 
toString() - Method in class com.oracle.truffle.compiler.ConstantFieldInfo
 
toString() - Method in class com.oracle.truffle.compiler.HostMethodInfo
 
toString() - Method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
 
toString() - Method in class com.oracle.truffle.compiler.PartialEvaluationMethodInfo
 
toString() - Method in class com.oracle.truffle.compiler.TruffleCompilerAssumptionDependency
 
toString() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 
TruffleCompilable - Interface in com.oracle.truffle.compiler
A Truffle AST that can be compiled by a TruffleCompiler.
TruffleCompilationSupport - Interface in com.oracle.truffle.compiler
Represents entry points for Truffle runtime implementations to Truffle compilation.
TruffleCompilationTask - Interface in com.oracle.truffle.compiler
A handle to a compilation task managed by the Truffle runtime.
TruffleCompiler - Interface in com.oracle.truffle.compiler
A compiler that partially evaluates and compiles a TruffleCompilable to machine code.
TruffleCompilerAssumptionDependency - Class in com.oracle.truffle.compiler
For multi tier compilation it is necessary to pair the call target with the installed code as multiple installed codes may be active for a given call target.
TruffleCompilerAssumptionDependency(TruffleCompilable, InstalledCode) - Constructor for class com.oracle.truffle.compiler.TruffleCompilerAssumptionDependency
 
TruffleCompilerListener - Interface in com.oracle.truffle.compiler
A listener for events related to the compilation of a TruffleCompilable.
TruffleCompilerListener.CompilationResultInfo - Interface in com.oracle.truffle.compiler
Summary information for the result of a compilation.
TruffleCompilerListener.GraphInfo - Interface in com.oracle.truffle.compiler
Summary information for a compiler graph.
TruffleCompilerOptionDescriptor - Class in com.oracle.truffle.compiler
Represents the description of a Truffle compiler options.
TruffleCompilerOptionDescriptor(String, TruffleCompilerOptionDescriptor.Type, boolean, String, String) - Constructor for class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 
TruffleCompilerOptionDescriptor.Type - Enum in com.oracle.truffle.compiler
 
TruffleCompilerRuntime - Interface in com.oracle.truffle.compiler
Defines an interface to the Truffle metadata required by a TruffleCompiler without exposing a Truffle compiler directly to Truffle AST classes.
TruffleCompilerRuntime.InlineKind - Enum in com.oracle.truffle.compiler
 
TruffleCompilerRuntime.LoopExplosionKind - Enum in com.oracle.truffle.compiler
Controls behavior of ExplodeLoop annotation.
TruffleFromLibGraal - Annotation Type in com.oracle.truffle.compiler.hotspot.libgraal
Annotates methods associated with both ends of a libgraal to HotSpot call.
TruffleFromLibGraal.Id - Enum in com.oracle.truffle.compiler.hotspot.libgraal
Identifier for a call to HotSpot from libgraal.
TruffleFromLibGraal.Signature - Annotation Type in com.oracle.truffle.compiler.hotspot.libgraal
Specifies the signature (return and parameter types) of a call from Truffle to libgraal.
TruffleFromLibGraalRepeated - Annotation Type in com.oracle.truffle.compiler.hotspot.libgraal
Container for repeated TruffleFromLibGraal annotations.
TruffleSourceLanguagePosition - Interface in com.oracle.truffle.compiler
 
TruffleToLibGraal - Annotation Type in com.oracle.truffle.compiler.hotspot.libgraal
Annotates methods associated with both ends of a HotSpot to libgraal call.
TruffleToLibGraal.Id - Enum in com.oracle.truffle.compiler.hotspot.libgraal
Identifier for a call from HotSpot to libgraal.
type() - Method in class com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor
 

V

validateCompilerOption(String, String) - Method in interface com.oracle.truffle.compiler.TruffleCompilationSupport
Validates a compiler option and returns null if the option is null.
valueOf(String) - Static method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleToLibGraal.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.compiler.TruffleCompilerRuntime.InlineKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.compiler.TruffleCompilerRuntime.LoopExplosionKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleFromLibGraal.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.compiler.hotspot.libgraal.TruffleToLibGraal.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.compiler.TruffleCompilerOptionDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.compiler.TruffleCompilerRuntime.InlineKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.compiler.TruffleCompilerRuntime.LoopExplosionKind
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L N O P R S T V 
Skip navigation links