Searched refs:addedTo (Results 1 - 19 of 19) 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;
209 return addedTo.getAbsoluteOffset(offset);
217 * @param addedTo {@code non-null;} the section this instance has
224 public final int place(Section addedTo, int offset) { argument
225 if (addedTo == null) {
226 throw new NullPointerException("addedTo == null");
233 if (this.addedTo != null) {
240 this.addedTo = addedTo;
302 place0(Section addedTo, int offset) argument
[all...]
H A DCallSiteItem.java56 protected void place0(Section addedTo, int offset) { argument
60 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DEncodedArrayItem.java93 protected void place0(Section addedTo, int offset) { argument
97 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DUniformListItem.java157 protected void place0(Section addedTo, int offset) { argument
181 offset = i.place(addedTo, offset) + size;
H A DAnnotationItem.java154 protected void place0(Section addedTo, int offset) { argument
158 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
H A DDebugInfoItem.java69 protected void place0(Section addedTo, int offset) { argument
73 encoded = encode(addedTo.getFile(), null, null, null, false);
H A DAnnotationSetItem.java128 protected void place0(Section addedTo, int offset) { argument
H A DCodeItem.java184 protected void place0(Section addedTo, int offset) { argument
185 final DexFile file = addedTo.getFile();
H A DClassDataItem.java323 protected void place0(Section addedTo, int offset) { argument
328 encodeOutput(addedTo.getFile(), out);
H A DAnnotationsDirectoryItem.java278 protected void place0(Section addedTo, int offset) { argument

Completed in 95 milliseconds