Searched refs:RestartLocal (Results 1 – 10 of 10) sorted by relevance
56 return new RewrittenRestartLocal((RestartLocal)value); in rewrite()127 protected class RewrittenRestartLocal extends BaseRewrittenLocalInfoDebugItem<RestartLocal>128 implements RestartLocal {129 public RewrittenRestartLocal(@Nonnull RestartLocal instruction) { in RewrittenRestartLocal()
35 import org.jf.dexlib2.iface.debug.RestartLocal;42 @Nonnull private final RestartLocal restartLocal;46 @Nonnull RestartLocal restartLocal) { in RestartLocalMethodItem()
58 … return new RestartLocalMethodItem(codeAddress, -1, registerFormatter, (RestartLocal)debugItem); in build()
35 import org.jf.dexlib2.iface.debug.RestartLocal;40 public class ImmutableRestartLocal extends ImmutableDebugItem implements RestartLocal {68 public static ImmutableRestartLocal of(@Nonnull RestartLocal restartLocal) { in of()
61 return ImmutableRestartLocal.of((RestartLocal)debugItem); in of()
36 import org.jf.dexlib2.iface.debug.RestartLocal;40 public class BuilderRestartLocal extends BuilderDebugItem implements RestartLocal {
34 public interface RestartLocal extends DebugItem, LocalInfo { interface
399 RestartLocal restartLocal = (RestartLocal)debugItem;
490 RestartLocal restartLocal = (RestartLocal)debugItem;
1002 RestartLocal restartLocal = (RestartLocal)debugItem;