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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationSetItem.java126 protected void place0(Section addedTo, int offset) { argument
H A DDebugInfoItem.java72 protected void place0(Section addedTo, int offset) { argument
76 encoded = encode(addedTo.getFile(), null, null, null, false);
H A DEncodedArrayItem.java101 protected void place0(Section addedTo, int offset) { argument
105 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
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 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 DAnnotationsDirectoryItem.java274 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);
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationSetItem.java127 protected void place0(Section addedTo, int offset) { argument
H A DDebugInfoItem.java69 protected void place0(Section addedTo, int offset) { argument
73 encoded = encode(addedTo.getFile(), null, null, null, false);
H A DEncodedArrayItem.java92 protected void place0(Section addedTo, int offset) { argument
96 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
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 DUniformListItem.java157 protected void place0(Section addedTo, int offset) { argument
181 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 DAnnotationsDirectoryItem.java278 protected void place0(Section addedTo, int offset) { argument
H A DCodeItem.java183 protected void place0(Section addedTo, int offset) { argument
184 final DexFile file = addedTo.getFile();
H A DClassDataItem.java323 protected void place0(Section addedTo, int offset) { argument
328 encodeOutput(addedTo.getFile(), out);

Completed in 74 milliseconds