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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AllocationEventFilter
A filter that matches all allocations in all languages. -
Method Summary
Modifier and TypeMethodDescriptionCreates a newAllocationEventFilter
instance through aAllocationEventFilter.Builder
.
-
Field Details
-
ANY
A filter that matches all allocations in all languages.- Since:
- 0.27
-
-
Method Details
-
newBuilder
Creates a newAllocationEventFilter
instance through aAllocationEventFilter.Builder
.- Since:
- 0.27
-