public final class NullCheckOptimizer extends PostAllocationOptimizationPhase
PostAllocationOptimizationPhase.PostAllocationOptimizationContextLIRPhase.Options| Constructor and Description |
|---|
NullCheckOptimizer() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
foldNullChecks(LIR ir,
List<? extends AbstractBlockBase<?>> blocks,
int implicitNullCheckLimit) |
protected <B extends AbstractBlockBase<B>> |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
List<B> codeEmittingOrder,
List<B> linearScanOrder,
BenchmarkCounterFactory counterFactory) |
runapply, apply, createName, getNamepublic NullCheckOptimizer()
protected <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, BenchmarkCounterFactory counterFactory)
run in class PostAllocationOptimizationPhaseprivate static void foldNullChecks(LIR ir, List<? extends AbstractBlockBase<?>> blocks, int implicitNullCheckLimit)