Searched refs:addedTo (Results 1 - 18 of 18) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DOffsettedItem.java38 private Section addedTo; field in class:OffsettedItem
79 this.addedTo = null;
208 return addedTo.getAbsoluteOffset(offset);
216 * @param addedTo {@code non-null;} the section this instance has
223 public final int place(Section addedTo, int offset) { argument
224 if (addedTo == null) {
225 throw new NullPointerException("addedTo == null");
232 if (this.addedTo != null) {
239 this.addedTo = addedTo;
301 place0(Section addedTo, int offset) argument
[all...]
H A DEncodedArrayItem.java101 protected void place0(Section addedTo, int offset) { argument
105 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DUniformListItem.java159 protected void place0(Section addedTo, int offset) { argument
183 offset = i.place(addedTo, offset) + size;
H A DAnnotationItem.java152 protected void place0(Section addedTo, int offset) { argument
156 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DDebugInfoItem.java72 protected void place0(Section addedTo, int offset) { argument
76 encoded = encode(addedTo.getFile(), null, null, null, false);
H A DAnnotationSetItem.java126 protected void place0(Section addedTo, int offset) { argument
H A DCodeItem.java192 protected void place0(Section addedTo, int offset) { argument
193 final DexFile file = addedTo.getFile();
H A DClassDataItem.java327 protected void place0(Section addedTo, int offset) { argument
332 encodeOutput(addedTo.getFile(), out);
H A DAnnotationsDirectoryItem.java274 protected void place0(Section addedTo, int offset) { argument
/dalvik/dx/src/com/android/dx/dex/file/
H A DOffsettedItem.java38 private Section addedTo; field in class:OffsettedItem
79 this.addedTo = null;
208 return addedTo.getAbsoluteOffset(offset);
216 * @param addedTo {@code non-null;} the section this instance has
223 public final int place(Section addedTo, int offset) { argument
224 if (addedTo == null) {
225 throw new NullPointerException("addedTo == null");
232 if (this.addedTo != null) {
239 this.addedTo = addedTo;
301 place0(Section addedTo, int offset) argument
[all...]
H A DEncodedArrayItem.java92 protected void place0(Section addedTo, int offset) { argument
96 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DUniformListItem.java159 protected void place0(Section addedTo, int offset) { argument
183 offset = i.place(addedTo, offset) + size;
H A DAnnotationItem.java150 protected void place0(Section addedTo, int offset) { argument
154 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DDebugInfoItem.java70 protected void place0(Section addedTo, int offset) { argument
74 encoded = encode(addedTo.getFile(), null, null, null, false);
H A DAnnotationSetItem.java126 protected void place0(Section addedTo, int offset) { argument
H A DCodeItem.java192 protected void place0(Section addedTo, int offset) { argument
193 final DexFile file = addedTo.getFile();
H A DClassDataItem.java324 protected void place0(Section addedTo, int offset) { argument
329 encodeOutput(addedTo.getFile(), out);
H A DAnnotationsDirectoryItem.java274 protected void place0(Section addedTo, int offset) { argument

Completed in 82 milliseconds