Class AllocationEventFilter
java.lang.Object
com.oracle.truffle.api.instrumentation.AllocationEventFilter
An instrumentation filter of allocations of guest language values.
To create the filter, use newBuilder() and complete that by calling
AllocationEventFilter.Builder.build().
- Since:
- 0.27
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AllocationEventFilterA filter that matches all allocations in all languages. -
Method Summary
Modifier and TypeMethodDescriptionCreates a newAllocationEventFilterinstance through aAllocationEventFilter.Builder.
-
Field Details
-
ANY
A filter that matches all allocations in all languages.- Since:
- 0.27
-
-
Method Details
-
newBuilder
Creates a newAllocationEventFilterinstance through aAllocationEventFilter.Builder.- Since:
- 0.27
-