Uses of Class
jadx.core.dex.regions.SynchronizedRegion
Packages that use SynchronizedRegion
-
Uses of SynchronizedRegion in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type SynchronizedRegionModifier and TypeMethodDescriptionvoidRegionGen.makeSynchronizedRegion(SynchronizedRegion cont, ICodeWriter code) -
Uses of SynchronizedRegion in jadx.core.dex.visitors.regions.maker
Methods in jadx.core.dex.visitors.regions.maker with parameters of type SynchronizedRegionModifier and TypeMethodDescriptionprivate static voidSynchronizedRegionMaker.traverseMonitorExits(SynchronizedRegion region, InsnArg arg, BlockNode block, Set<BlockNode> exits, Set<BlockNode> visited) Traverse from monitor-enter thru successors and collect blocks contains monitor-exit