OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Leb128Utils
(Results
1 - 10
of
10
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/util/
Leb128Utils.java
22
public final class
Leb128Utils
{
26
private
Leb128Utils
() {
/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),
DebugInfoDecoder.java
32
import com.android.dx.util.
Leb128Utils
;
222
int offsetIndex =
Leb128Utils
.readUnsignedLeb128(bs);
242
line =
Leb128Utils
.readUnsignedLeb128(bs);
243
int szParams =
Leb128Utils
.readUnsignedLeb128(bs);
288
int reg =
Leb128Utils
.readUnsignedLeb128(bs);
300
int reg =
Leb128Utils
.readUnsignedLeb128(bs);
313
int reg =
Leb128Utils
.readUnsignedLeb128(bs);
339
int reg =
Leb128Utils
.readUnsignedLeb128(bs);
369
address +=
Leb128Utils
.readUnsignedLeb128(bs);
373
line +=
Leb128Utils
.readSignedLeb128(bs)
[
all
...]
/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);
Completed in 236 milliseconds