Searched refs:get (Results 1 - 25 of 271) 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.java46 return regs.get(0).regString() + ", " + regs.get(1).regString() +
47 ", " + regs.get(2).regString();
70 unsignedFitsInByte(regs.get(0).getReg()) &&
71 unsignedFitsInByte(regs.get(1).getReg()) &&
72 unsignedFitsInByte(regs.get(2).getReg());
81 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
82 bits.set(1, unsignedFitsInByte(regs.get(1).getReg()));
83 bits.set(2, unsignedFitsInByte(regs.get(2).getReg()));
92 opcodeUnit(insn, regs.get(
[all...]
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()) {
115 int r0 = regs.get(0).getReg();
116 int r1 = regs.get(1).getReg();
134 bits.set(2, unsignedFitsInNibble(regs.get(
[all...]
H A DForm22t.java46 return regs.get(0).regString() + ", " + regs.get(1).regString() +
69 unsignedFitsInNibble(regs.get(0).getReg()) &&
70 unsignedFitsInNibble(regs.get(1).getReg()))) {
84 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg()));
85 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg()));
106 makeByte(regs.get(0).getReg(), regs.get(1).getReg())),
H A DForm22x.java46 return regs.get(0).regString() + ", " + regs.get(1).regString();
69 unsignedFitsInByte(regs.get(0).getReg()) &&
70 unsignedFitsInShort(regs.get(1).getReg());
79 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
89 opcodeUnit(insn, regs.get(0).getReg()),
90 (short) regs.get(1).getReg());
H A DForm32x.java46 return regs.get(0).regString() + ", " + regs.get(1).regString();
68 unsignedFitsInShort(regs.get(0).getReg()) &&
69 unsignedFitsInShort(regs.get(1).getReg());
78 bits.set(0, unsignedFitsInShort(regs.get(0).getReg()));
79 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
90 (short) regs.get(0).getReg(),
91 (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.java40 public int get(int keyAddress) { method in class:AddressMap
41 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 791 milliseconds

1234567891011