Searched refs:get (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/dalvik/dexgen/src/com/android/dexgen/rop/
H A DFieldList.java47 public Field get(int n); method in interface:FieldList
H A DAttributeList.java46 public Attribute get(int n); method in interface:AttributeList
H A DStdAttributeList.java37 public Attribute get(int n) { method in class:StdAttributeList
47 result += get(i).byteLength();
58 Attribute att = get(i);
74 Attribute att = get(at);
86 Attribute att = get(at);
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm23x.java47 return regs.get(0).regString() + ", " + regs.get(1).regString() +
48 ", " + regs.get(2).regString();
71 unsignedFitsInByte(regs.get(0).getReg()) &&
72 unsignedFitsInByte(regs.get(1).getReg()) &&
73 unsignedFitsInByte(regs.get(2).getReg());
82 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
83 bits.set(1, unsignedFitsInByte(regs.get(1).getReg()));
84 bits.set(2, unsignedFitsInByte(regs.get(2).getReg()));
93 opcodeUnit(insn, regs.get(
[all...]
H A DForm12x.java56 return regs.get(sz - 2).regString() + ", " +
57 regs.get(sz - 1).regString();
86 rs1 = regs.get(0);
87 rs2 = regs.get(1);
95 rs1 = regs.get(1);
96 rs2 = regs.get(2);
97 if (rs1.getReg() != regs.get(0).getReg()) {
117 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg()));
118 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg()));
135 makeByte(regs.get(s
[all...]
H A DForm22t.java47 return regs.get(0).regString() + ", " + regs.get(1).regString() +
70 unsignedFitsInNibble(regs.get(0).getReg()) &&
71 unsignedFitsInNibble(regs.get(1).getReg()))) {
85 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg()));
86 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg()));
107 makeByte(regs.get(0).getReg(), regs.get(1).getReg())),
H A DForm22x.java47 return regs.get(0).regString() + ", " + regs.get(1).regString();
70 unsignedFitsInByte(regs.get(0).getReg()) &&
71 unsignedFitsInShort(regs.get(1).getReg());
80 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
81 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
90 opcodeUnit(insn, regs.get(0).getReg()),
91 (short) regs.get(1).getReg());
H A DForm32x.java47 return regs.get(0).regString() + ", " + regs.get(1).regString();
69 unsignedFitsInShort(regs.get(0).getReg()) &&
70 unsignedFitsInShort(regs.get(1).getReg());
79 bits.set(0, unsignedFitsInShort(regs.get(0).getReg()));
80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
91 (short) regs.get(0).getReg(),
92 (short) regs.get(1).getReg());
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm23x.java45 return regs.get(0).regString() + ", " + regs.get(1).regString() +
46 ", " + regs.get(2).regString();
69 unsignedFitsInByte(regs.get(0).getReg()) &&
70 unsignedFitsInByte(regs.get(1).getReg()) &&
71 unsignedFitsInByte(regs.get(2).getReg());
85 opcodeUnit(insn, regs.get(0).getReg()),
86 codeUnit(regs.get(1).getReg(), regs.get(2).getReg()));
H A DForm12x.java55 return regs.get(sz - 2).regString() + ", " +
56 regs.get(sz - 1).regString();
85 rs1 = regs.get(0);
86 rs2 = regs.get(1);
94 rs1 = regs.get(1);
95 rs2 = regs.get(2);
96 if (rs1.getReg() != regs.get(0).getReg()) {
129 makeByte(regs.get(sz - 2).getReg(),
130 regs.get(sz - 1).getReg())));
H A DForm22x.java45 return regs.get(0).regString() + ", " + regs.get(1).regString();
68 unsignedFitsInByte(regs.get(0).getReg()) &&
69 unsignedFitsInShort(regs.get(1).getReg());
83 opcodeUnit(insn, regs.get(0).getReg()),
84 (short) regs.get(1).getReg());
H A DForm32x.java45 return regs.get(0).regString() + ", " + regs.get(1).regString();
67 unsignedFitsInShort(regs.get(0).getReg()) &&
68 unsignedFitsInShort(regs.get(1).getReg());
84 (short) regs.get(0).getReg(),
85 (short) regs.get(1).getReg());
/dalvik/dx/src/com/android/dx/cf/iface/
H A DFieldList.java47 public Field get(int n); method in interface:FieldList
H A DMethodList.java46 public Method get(int n); method in interface:MethodList
H A DAttributeList.java46 public Attribute get(int n); method in interface:AttributeList
H A DStdAttributeList.java37 public Attribute get(int n) { method in class:StdAttributeList
47 result += get(i).byteLength();
58 Attribute att = get(i);
74 Attribute att = get(at);
86 Attribute att = get(at);
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DConstantPool.java43 public Constant get(int n); method in interface:ConstantPool
/dalvik/dx/src/com/android/dx/rop/cst/
H A DConstantPool.java43 public Constant get(int n); method in interface:ConstantPool
/dalvik/dx/src/com/android/dx/io/instructions/
H A DAddressMap.java41 public int get(int keyAddress) { method in class:AddressMap
42 Integer value = map.get(keyAddress);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DListIntSet.java71 while (j < szOther && o.ints.get(j) < ints.get(i)) {
72 add(o.ints.get(j++));
77 while (i < szThis && o.ints.get(j) >= ints.get(i)) {
83 add(o.ints.get(j++));
123 return ints.get(idx++);
/dalvik/dx/src/com/android/dx/util/
H A DListIntSet.java71 while (j < szOther && o.ints.get(j) < ints.get(i)) {
72 add(o.ints.get(j++));
77 while (i < szThis && o.ints.get(j) >= ints.get(i)) {
83 add(o.ints.get(j++));
123 return ints.get(idx++);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DInsnList.java43 public Insn get(int n) { method in class:InsnList
59 * {@code get(size() - 1)}.
64 return get(size() - 1);
76 get(i).accept(visitor);
96 if (!get(i).contentEquals(b.get(i))) {
/dalvik/dx/src/com/android/dx/rop/code/
H A DInsnList.java43 public Insn get(int n) { method in class:InsnList
59 * {@code get(size() - 1)}.
64 return get(size() - 1);
76 get(i).accept(visitor);
96 if (!get(i).contentEquals(b.get(i))) {
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotationsList.java50 Annotations a1 = list1.get(i);
51 Annotations a2 = list2.get(i);
76 public Annotations get(int n) { method in class:AnnotationsList
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotationsList.java50 Annotations a1 = list1.get(i);
51 Annotations a2 = list2.get(i);
76 public Annotations get(int n) { method in class:AnnotationsList

Completed in 513 milliseconds

1234567891011>>