public final class AMD64ArrayEqualsStub extends SnippetStub
| Modifier and Type | Field and Description |
|---|---|
static HotSpotForeignCallDescriptor[] |
STUBS
CAUTION: the ordering here is important: entries 0-9 must match the indices generated by
NodeStrideUtil.getDirectStubCallIndex(ValueNode, JavaKind, JavaKind). |
method| Constructor and Description |
|---|
AMD64ArrayEqualsStub(ForeignCallDescriptor foreignCallDescriptor,
OptionValues options,
HotSpotProviders providers,
HotSpotForeignCallLinkage linkage) |
| Modifier and Type | Method and Description |
|---|---|
static ForeignCallDescriptor |
getArrayEqualsStub(ArrayEqualsNode arrayEqualsNode,
AMD64HotSpotLIRGenerator gen) |
static ForeignCallDescriptor |
getRegionEqualsStub(ArrayRegionEqualsNode regionEqualsNode,
AMD64HotSpotLIRGenerator gen) |
buildInitialGraph, debugScopeContext, getConstantParameterValue, getGraph, getInstalledCodeOwner, getMethod, makeConstArgs, registerSnippet, toStringcheckSafeDataReference, createLIRSuites, createSuites, getCode, getCompilationResult, getDestroyedCallerRegisters, getLinkage, getRegisterConfig, getStubCompilationId, initDestroyedCallerRegisters, shouldSaveRegistersAroundCallspublic static final HotSpotForeignCallDescriptor[] STUBS
NodeStrideUtil.getDirectStubCallIndex(ValueNode, JavaKind, JavaKind).public AMD64ArrayEqualsStub(ForeignCallDescriptor foreignCallDescriptor, OptionValues options, HotSpotProviders providers, HotSpotForeignCallLinkage linkage)
public static ForeignCallDescriptor getArrayEqualsStub(ArrayEqualsNode arrayEqualsNode, AMD64HotSpotLIRGenerator gen)
public static ForeignCallDescriptor getRegionEqualsStub(ArrayRegionEqualsNode regionEqualsNode, AMD64HotSpotLIRGenerator gen)