public final class HostMethodInfo extends Record
| Constructor and Description |
|---|
HostMethodInfo(boolean isTruffleBoundary,
boolean isBytecodeInterpreterSwitch,
boolean isBytecodeInterpreterSwitchBoundary,
boolean isInliningCutoff) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBytecodeInterpreterSwitch() |
boolean |
isBytecodeInterpreterSwitchBoundary() |
boolean |
isInliningCutoff() |
boolean |
isTruffleBoundary() |
String |
toString() |
public HostMethodInfo(boolean isTruffleBoundary,
boolean isBytecodeInterpreterSwitch,
boolean isBytecodeInterpreterSwitchBoundary,
boolean isInliningCutoff)