Home
last modified time | relevance | path

Searched refs:BBBB (Results 1 – 25 of 89) sorted by relevance

1234

/external/r8/src/main/java/com/android/tools/r8/code/
DFormat21s.java16 public final int BBBB; field in Format21s
22 BBBB = readSigned16BitValue(stream); in Format21s()
25 /*package*/ Format21s(int AA, int BBBB) { in Format21s() argument
26 assert Short.MIN_VALUE <= BBBB && BBBB <= Short.MAX_VALUE; in Format21s()
29 this.BBBB = BBBB; in Format21s()
34 write16BitValue(BBBB, dest); in write()
38 return ((BBBB << 8) | AA) ^ getClass().hashCode(); in hashCode()
46 return o.AA == AA && o.BBBB == BBBB; in equals()
50 return formatString("v" + AA + ", #" + BBBB); in toString()
54 return formatSmaliString("v" + AA + ", 0x" + StringUtils.hexString(BBBB, 4) + " # " + BBBB); in toSmaliString()
DFormat21c.java17 public IndexedDexItem BBBB; field in Format21c
23 BBBB = map[read16BitValue(stream)]; in Format21c()
26 protected Format21c(int AA, IndexedDexItem BBBB) { in Format21c() argument
29 this.BBBB = BBBB; in Format21c()
34 write16BitReference(BBBB, dest, mapping); in write()
38 return ((BBBB.hashCode() << 8) | AA) ^ getClass().hashCode(); in hashCode()
46 return o.AA == AA && o.BBBB.equals(BBBB); in equals()
51 "v" + AA + ", " + (naming == null ? BBBB.toString() : naming.originalNameOf(BBBB))); in toString()
56 return formatSmaliString("v" + AA + ", " + BBBB.toSmaliString()); in toSmaliString()
61 BBBB.collectIndexedItems(indexedItems); in collectIndexedItems()
[all …]
DFormat21h.java14 public final int BBBB; field in Format21h
20 BBBB = read16BitValue(stream); in Format21h()
23 /*package*/ Format21h(int AA, int BBBB) { in Format21h() argument
25 assert 0 <= BBBB && BBBB <= Constants.U16BIT_MAX; in Format21h()
27 this.BBBB = BBBB; in Format21h()
32 write16BitValue(BBBB, dest); in write()
36 return ((BBBB << 8) | AA) ^ getClass().hashCode(); in hashCode()
44 return o.AA == AA && o.BBBB == BBBB; in equals()
DFormat21t.java17 public final /* offset */ int BBBB; field in Format21t
23 BBBB = readSigned16BitValue(stream); in Format21t()
30 BBBB = offset; in Format21t()
35 write16BitValue(BBBB, dest); in write()
39 return ((BBBB << 8) | AA) ^ getClass().hashCode(); in hashCode()
47 return o.AA == AA && o.BBBB == BBBB; in equals()
54 return new int[]{BBBB, getSize()}; in getTargets()
61 builder.addIfZero(getType(), AA, offset + BBBB, offset + size); in buildIR() local
65 return formatString("v" + AA + ", +" + BBBB + " (" + (getOffset() + BBBB) + ")"); in toString()
69 return formatSmaliString("v" + AA + ", :label_" + (getOffset() + BBBB)); in toSmaliString()
DFormat3rc.java18 public IndexedDexItem BBBB; field in Format3rc
24 this.BBBB = map[read16BitValue(stream)]; in Format3rc()
33 BBBB = dexItem; in Format3rc()
38 write16BitReference(BBBB, dest, mapping); in write()
43 return ((CCCC << 24) | (BBBB.hashCode() << 4) | AA) ^ getClass().hashCode(); in hashCode()
51 return o.AA == AA && o.CCCC == CCCC && o.BBBB.equals(BBBB); in equals()
68 builder.append(BBBB.toSmaliString()); in toString()
70 builder.append(naming.originalNameOf(BBBB)); in toString()
80 builder.append(BBBB.toSmaliString()); in toSmaliString()
86 BBBB.collectIndexedItems(indexedItems); in collectIndexedItems()
[all …]
DFormat35c.java22 public IndexedDexItem BBBB; field in Format35c
29 BBBB = map[read16BitValue(stream)]; in Format35c()
38 protected Format35c(int A, IndexedDexItem BBBB, int C, int D, int E, int F, int G) { in Format35c() argument
46 this.BBBB = BBBB; in Format35c()
56 write16BitReference(BBBB, dest, mapping); in write()
61 return ((BBBB.hashCode() << 24) | (A << 20) | (C << 16) | (D << 12) | (E << 8) | (F << 4) in hashCode()
71 && o.BBBB.equals(BBBB); in equals()
91 builder.append(BBBB.toSmaliString()); in toString()
93 builder.append(naming.originalNameOf(BBBB)); in toString()
103 builder.append(BBBB.toSmaliString()); in toSmaliString()
[all …]
DFormat4rcc.java21 public DexMethod BBBB; field in Format4rcc
28 this.BBBB = methodMap[read16BitValue(stream)]; in Format4rcc()
38 BBBB = method; in Format4rcc()
44 write16BitReference(BBBB, dest, mapping); in write()
50 return ((CCCC << 24) | (HHHH.hashCode() << 12) | (BBBB.hashCode() << 4) | AA) in hashCode()
59 return o.AA == AA && o.CCCC == CCCC && o.BBBB.equals(BBBB) & o.HHHH.equals(HHHH); in equals()
67 builder.append(BBBB.toSmaliString()); in toString()
69 builder.append(naming.originalNameOf(BBBB)); in toString()
84 builder.append(BBBB.toSmaliString()); in toSmaliString()
92 BBBB.collectIndexedItems(indexedItems); in collectIndexedItems()
[all …]
DFormat22x.java15 public final int BBBB; field in Format22x
21 BBBB = read16BitValue(stream); in Format22x()
28 BBBB = src; in Format22x()
33 write16BitValue(BBBB, dest); in write()
37 return ((BBBB << 8) | AA) ^ getClass().hashCode(); in hashCode()
45 return o.AA == AA && o.BBBB == BBBB; in equals()
49 return formatString("v" + AA + ", v" + BBBB); in toString()
53 return formatSmaliString("v" + AA + ", v" + BBBB); in toSmaliString()
DFormat32x.java16 public final int BBBB; field in Format32x
22 BBBB = read16BitValue(stream); in Format32x()
29 BBBB = src; in Format32x()
35 write16BitValue(BBBB, dest); in write()
39 return ((AAAA << 16) | BBBB) ^ getClass().hashCode(); in hashCode()
47 return o.AAAA == AAAA && o.BBBB == BBBB; in equals()
51 return formatString("v" + AAAA + ", v" + BBBB); in toString()
55 return formatSmaliString("v" + AAAA + ", v" + BBBB); in toSmaliString()
DFormat45cc.java25 public DexMethod BBBB; field in Format45cc
32 BBBB = methodMap[read16BitValue(stream)]; in Format45cc()
43 protected Format45cc(int A, DexMethod BBBB, DexProto HHHH, int C, int D, int E, int F, int G) { in Format45cc() argument
51 this.BBBB = BBBB; in Format45cc()
62 | (BBBB.hashCode() << 24) in hashCode()
83 && o.BBBB.equals(BBBB) in equals()
89 BBBB.collectIndexedItems(indexedItems); in collectIndexedItems()
96 write16BitReference(BBBB, dest, mapping); in write()
107 builder.append(BBBB.toSmaliString()); in toSmaliString()
118 builder.append(toString(BBBB, naming)); in toString()
[all …]
DConstString.java29 return (DexString) BBBB; in getString()
45 return formatString("v" + AA + ", \"" + BBBB.toString() + "\""); in toString()
49 return formatSmaliString("v" + AA + ", \"" + BBBB.toString() + "\""); in toSmaliString()
54 int index = BBBB.getOffset(mapping); in write()
63 builder.addConstString(AA, (DexString) BBBB); in buildIR()
DNewInstance.java21 public NewInstance(int AA, DexType BBBB) { in NewInstance() argument
22 super(AA, BBBB); in NewInstance()
43 return (DexType) BBBB; in getType()
DSputBoolean.java23 public SputBoolean(int AA, DexField BBBB) { in SputBoolean() argument
24 super(AA, BBBB); in SputBoolean()
46 return (DexField) BBBB; in getField()
DSputChar.java22 public SputChar(int AA, DexField BBBB) { in SputChar() argument
23 super(AA, BBBB); in SputChar()
45 return (DexField) BBBB; in getField()
DSputByte.java22 public SputByte(int AA, DexField BBBB) { in SputByte() argument
23 super(AA, BBBB); in SputByte()
45 return (DexField) BBBB; in getField()
DSgetBoolean.java22 public SgetBoolean(int AA, DexField BBBB) { in SgetBoolean() argument
23 super(AA, BBBB); in SgetBoolean()
45 return (DexField) BBBB; in getField()
DSputWide.java22 public SputWide(int AA, DexField BBBB) { in SputWide() argument
23 super(AA, BBBB); in SputWide()
45 return (DexField) BBBB; in getField()
DSputShort.java22 public SputShort(int AA, DexField BBBB) { in SputShort() argument
23 super(AA, BBBB); in SputShort()
45 return (DexField) BBBB; in getField()
DSput.java22 public Sput(int AA, DexField BBBB) { in Sput() argument
23 super(AA, BBBB); in Sput()
45 return (DexField) BBBB; in getField()
DSgetWide.java22 public SgetWide(int AA, DexField BBBB) { in SgetWide() argument
23 super(AA, BBBB); in SgetWide()
45 return (DexField) BBBB; in getField()
DSgetShort.java22 public SgetShort(int AA, DexField BBBB) { in SgetShort() argument
23 super(AA, BBBB); in SgetShort()
45 return (DexField) BBBB; in getField()
DSgetByte.java22 public SgetByte(int AA, DexField BBBB) { in SgetByte() argument
23 super(AA, BBBB); in SgetByte()
45 return (DexField) BBBB; in getField()
DSgetChar.java22 public SgetChar(int AA, DexField BBBB) { in SgetChar() argument
23 super(AA, BBBB); in SgetChar()
45 return (DexField) BBBB; in getField()
DSputObject.java22 public SputObject(int AA, DexField BBBB) { in SputObject() argument
23 super(AA, BBBB); in SputObject()
45 return (DexField) BBBB; in getField()
DSgetObject.java22 public SgetObject(int AA, DexField BBBB) { in SgetObject() argument
23 super(AA, BBBB); in SgetObject()
45 return (DexField) BBBB; in getField()

1234