public class SubstrateSafepointInsertionPhase
extends org.graalvm.compiler.phases.common.LoopSafepointInsertionPhase
| Constructor and Description |
|---|
SubstrateSafepointInsertionPhase() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
needSafepointCheck(SharedMethod method) |
protected void |
run(org.graalvm.compiler.nodes.StructuredGraph graph,
org.graalvm.compiler.phases.tiers.MidTierContext context) |
checkContractpublic static boolean needSafepointCheck(SharedMethod method)
protected void run(org.graalvm.compiler.nodes.StructuredGraph graph,
org.graalvm.compiler.phases.tiers.MidTierContext context)
run in class org.graalvm.compiler.phases.common.LoopSafepointInsertionPhase