Uses of Class
jadx.core.dex.regions.loops.LoopRegion
Packages that use LoopRegion
Package
Description
-
Uses of LoopRegion in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type LoopRegion -
Uses of LoopRegion in jadx.core.dex.regions.loops
Methods in jadx.core.dex.regions.loops with parameters of type LoopRegion -
Uses of LoopRegion in jadx.core.dex.visitors.regions
Methods in jadx.core.dex.visitors.regions with parameters of type LoopRegionModifier and TypeMethodDescriptionprivate static booleanLoopRegionVisitor.argInLoop(MethodNode mth, LoopRegion loopRegion, RegisterArg arg) private static booleanLoopRegionVisitor.assignOnlyInLoop(MethodNode mth, LoopRegion loopRegion, RegisterArg arg) private static LoopTypeLoopRegionVisitor.checkArrayForEach(MethodNode mth, LoopRegion loopRegion, InsnNode initInsn, InsnNode incrInsn, IfCondition condition) private static booleanLoopRegionVisitor.checkForIndexedLoop(MethodNode mth, LoopRegion loopRegion, IfCondition condition) Check for indexed loop.private static booleanLoopRegionVisitor.checkIterableForEach(MethodNode mth, LoopRegion loopRegion, IfCondition condition) private static booleanLoopRegionVisitor.processLoopRegion(MethodNode mth, LoopRegion loopRegion) private static booleanLoopRegionVisitor.usedOnlyInLoop(MethodNode mth, LoopRegion loopRegion, RegisterArg arg) -
Uses of LoopRegion in jadx.core.dex.visitors.regions.maker
Methods in jadx.core.dex.visitors.regions.maker that return LoopRegionModifier and TypeMethodDescriptionprivate LoopRegionLoopRegionMaker.makeLoopRegion(IRegion curRegion, LoopInfo loop, List<BlockNode> exitBlocks) Select loop exit and construct LoopRegionMethods in jadx.core.dex.visitors.regions.maker with parameters of type LoopRegionModifier and TypeMethodDescription(package private) @NotNull IfInfoIfRegionMaker.buildIfInfo(LoopRegion loopRegion)