Interface | Description |
---|---|
ArrayCopyForeignCalls | |
ArrayCopyLookup |
Class | Description |
---|---|
ArrayCopyCallNode |
Implements
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) via a call to specialized stubs
based on the element type and memory properties. |
ArrayCopyNode |
This node intrinsifies
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) . |
ArrayCopySnippets |
Snippets for lowering
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) . |
ArrayCopySnippets.Counters | |
ArrayCopySnippets.Templates | |
ArrayCopyWithDelayedLoweringNode |
A version of
BasicArrayCopyNode that delays lowering. |
Enum | Description |
---|---|
ArrayCopySnippets.ArrayCopyTypeCheck | |
ArrayCopySnippets.WorkSnippetID |
Identifies snippets used for delayed lowering
of
ArrayCopyNode . |