Class TypeProfileInstrument
java.lang.Object
com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.tools.chromeinspector.instrument.TypeProfileInstrument
- All Implemented Interfaces:
Enabler,TypeHandler.Provider
public final class TypeProfileInstrument
extends com.oracle.truffle.api.instrumentation.TruffleInstrument
implements Enabler, TypeHandler.Provider
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextLocalFactory<T>, com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextLocalProvider, com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextThreadLocalFactory<T>, com.oracle.truffle.api.instrumentation.TruffleInstrument.Env, com.oracle.truffle.api.instrumentation.TruffleInstrument.Provider, com.oracle.truffle.api.instrumentation.TruffleInstrument.Registration -
Field Summary
FieldsFields inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
locals -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
createContextLocal, createContextThreadLocal, getContextOptionDescriptors, getOptionDescriptors, onFinalize
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
TypeProfileInstrument
public TypeProfileInstrument()
-
-
Method Details
-
onCreate
protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env e) - Specified by:
onCreatein classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-
onDispose
protected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env e) - Overrides:
onDisposein classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-
enable
-
disable
-
getTypeHandler
- Specified by:
getTypeHandlerin interfaceTypeHandler.Provider
-