public interface ArrayCopyLookup
| Modifier and Type | Method and Description |
|---|---|
ForeignCallDescriptor |
lookupArraycopyDescriptor(JavaKind kind,
boolean aligned,
boolean disjoint,
boolean uninit,
org.graalvm.word.LocationIdentity killedLocation)
Looks up the call descriptor for a specialized
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) stub. |
ForeignCallDescriptor lookupArraycopyDescriptor(JavaKind kind, boolean aligned, boolean disjoint, boolean uninit, org.graalvm.word.LocationIdentity killedLocation)
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) stub.ArrayCopyCallNode