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

  /dalvik/dexgen/src/com/android/dexgen/util/
Leb128Utils.java 22 public final class Leb128Utils {
26 private Leb128Utils() {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Leb128Utils.java 30 public final class Leb128Utils {
34 private Leb128Utils() {
  /external/dexmaker/src/dx/java/com/android/dx/util/
Leb128Utils.java 23 public final class Leb128Utils {
27 private Leb128Utils() {
ByteArrayAnnotatedOutput.java 241 Leb128Utils.writeUnsignedLeb128(this, value);
251 Leb128Utils.writeSignedLeb128(this, value);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringDataItem.java 23 import com.android.dexgen.util.Leb128Utils;
53 return Leb128Utils.unsignedLeb128Size(utf16Size)
76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
EncodedField.java 24 import com.android.dexgen.util.Leb128Utils;
142 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
144 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
EncodedMethod.java 26 import com.android.dexgen.util.Leb128Utils;
181 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringDataItem.java 23 import com.android.dx.util.Leb128Utils;
53 return Leb128Utils.unsignedLeb128Size(utf16Size)
76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
EncodedField.java 24 import com.android.dx.util.Leb128Utils;
142 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
144 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
EncodedMethod.java 26 import com.android.dx.util.Leb128Utils;
181 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 212 offset += Leb128Utils.unsignedLeb128Size(encodedCatchHandlers.length);
690 int codeAddressDeltaLeb128Size = Leb128Utils.unsignedLeb128Size(newCodeAddressDelta);
695 Leb128Utils.writeUnsignedLeb128(newCodeAddressDelta, result, startDebugOffset+1);
705 Leb128Utils.writeUnsignedLeb128(newCodeAddressDelta, result, startDebugOffset+1);
    [all...]

Completed in 1106 milliseconds