Searched refs:get0 (Results 1 - 25 of 38) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/rop/
H A DStdFieldList.java37 return (Field) get0(n);
H A DStdAttributeList.java38 return (Attribute) get0(n);
H A DLineNumberList.java75 return (Item) get0(n);
/dalvik/dx/src/com/android/dx/cf/iface/
H A DStdFieldList.java37 return (Field) get0(n);
H A DStdMethodList.java37 return (Method) get0(n);
H A DStdAttributeList.java38 return (Attribute) get0(n);
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstArray.java119 Constant thisItem = (Constant) get0(i);
120 Constant otherItem = (Constant) other.get0(i);
145 return (Constant) get0(n);
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstArray.java121 Constant thisItem = (Constant) get0(i);
122 Constant otherItem = (Constant) other.get0(i);
147 return (Constant) get0(n);
/dalvik/dx/src/com/android/dx/util/
H A DLabeledList.java50 Object one = old.get0(i);
132 LabeledItem li = (LabeledItem) get0(i);
160 LabeledItem li = (LabeledItem) get0(i);
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteBlockList.java45 return (ByteBlock) get0(n);
H A DLocalVariableList.java113 return (Item) get0(n);
164 Item one = (Item) get0(i);
189 Item one = (Item) get0(i);
H A DLineNumberList.java75 return (Item) get0(n);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DInsnList.java44 return (Insn) get0(n);
118 Insn one = (Insn) get0(i);
H A DRegisterSpecList.java135 return (RegisterSpec) get0(n);
203 RegisterSpec spec = (RegisterSpec) get0(i);
228 result.set0(i + 1, get0(i));
256 result.set0(i, get0(i + 1));
283 result.set0(i, get0(i));
312 RegisterSpec one = (RegisterSpec) get0(i);
346 RegisterSpec one = (RegisterSpec) get0(i);
/dalvik/dx/src/com/android/dx/rop/code/
H A DInsnList.java44 return (Insn) get0(n);
118 Insn one = (Insn) get0(i);
H A DRegisterSpecList.java136 return (RegisterSpec) get0(n);
204 RegisterSpec spec = (RegisterSpec) get0(i);
229 result.set0(i + 1, get0(i));
257 result.set0(i, get0(i + 1));
284 result.set0(i, get0(i));
315 result.set0(newIndex, get0(oldIndex));
346 RegisterSpec one = (RegisterSpec) get0(i);
385 RegisterSpec one = (RegisterSpec) get0(i);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvInsnList.java87 return (DalvInsn) get0(n);
132 DalvInsn insn = (DalvInsn) get0(i);
152 DalvInsn insn = (DalvInsn) get0(i);
191 DalvInsn insn = (DalvInsn) get0(i);
230 DalvInsn insn = (DalvInsn) get0(i);
H A DCatchTable.java50 return (Entry) get0(n);
H A DPositionList.java132 return (Entry) get0(n);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvInsnList.java87 return (DalvInsn) get0(n);
132 DalvInsn insn = (DalvInsn) get0(i);
152 DalvInsn insn = (DalvInsn) get0(i);
191 DalvInsn insn = (DalvInsn) get0(i);
230 DalvInsn insn = (DalvInsn) get0(i);
H A DCatchTable.java49 return (Entry) get0(n);
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotationsList.java77 return (Annotations) get0(n);
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotationsList.java77 return (Annotations) get0(n);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DLabeledList.java51 Object one = old.get0(i);
134 LabeledItem li = (LabeledItem)get0(i);
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DInnerClassList.java44 return (Item) get0(n);

Completed in 153 milliseconds

12