HomeSort by relevance Sort by last modified time
    Searched defs:restartLocal (Results 1 - 2 of 2) sorted by null

  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/
RestartLocalMethodItem.java 35 import org.jf.dexlib2.iface.debug.RestartLocal;
42 @Nonnull private final RestartLocal restartLocal;
46 @Nonnull RestartLocal restartLocal) {
48 this.restartLocal = restartLocal;
55 registerFormatter.writeTo(writer, restartLocal.getRegister());
57 String name = restartLocal.getName();
58 String type = restartLocal.getType()
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 230 // RestartLocal
249 ImmutableRestartLocal restartLocal =
253 locals[register] = restartLocal;
255 return restartLocal;

Completed in 66 milliseconds