HomeSort by relevance Sort by last modified time
    Searched full:addedto (Results 1 - 25 of 28) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 38 private Section addedTo;
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) {
224 if (addedTo == null) {
225 throw new NullPointerException("addedTo == null");
232 if (this.addedTo != null) {
239 this.addedTo = addedTo;
    [all...]
EncodedArrayItem.java 101 protected void place0(Section addedTo, int offset) {
105 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
AnnotationItem.java 152 protected void place0(Section addedTo, int offset) {
156 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
DebugInfoItem.java 72 protected void place0(Section addedTo, int offset) {
76 encoded = encode(addedTo.getFile(), null, null, null, false);
UniformListItem.java 159 protected void place0(Section addedTo, int offset) {
183 offset = i.place(addedTo, offset) + size;
AnnotationSetItem.java 126 protected void place0(Section addedTo, int offset) {
CodeItem.java 192 protected void place0(Section addedTo, int offset) {
193 final DexFile file = addedTo.getFile();
ClassDataItem.java 327 protected void place0(Section addedTo, int offset) {
332 encodeOutput(addedTo.getFile(), out);
AnnotationsDirectoryItem.java 274 protected void place0(Section addedTo, int offset) {
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 38 private Section addedTo;
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) {
224 if (addedTo == null) {
225 throw new NullPointerException("addedTo == null");
232 if (this.addedTo != null) {
239 this.addedTo = addedTo;
    [all...]
EncodedArrayItem.java 92 protected void place0(Section addedTo, int offset) {
96 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
AnnotationItem.java 149 protected void place0(Section addedTo, int offset) {
153 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
DebugInfoItem.java 69 protected void place0(Section addedTo, int offset) {
73 encoded = encode(addedTo.getFile(), null, null, null, false);
UniformListItem.java 157 protected void place0(Section addedTo, int offset) {
181 offset = i.place(addedTo, offset) + size;
AnnotationSetItem.java 126 protected void place0(Section addedTo, int offset) {
CodeItem.java 183 protected void place0(Section addedTo, int offset) {
184 final DexFile file = addedTo.getFile();
ClassDataItem.java 323 protected void place0(Section addedTo, int offset) {
328 encodeOutput(addedTo.getFile(), out);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 38 private Section addedTo;
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) {
224 if (addedTo == null) {
225 throw new NullPointerException("addedTo == null");
232 if (this.addedTo != null) {
239 this.addedTo = addedTo;
    [all...]
EncodedArrayItem.java 92 protected void place0(Section addedTo, int offset) {
96 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
AnnotationItem.java 150 protected void place0(Section addedTo, int offset) {
154 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
DebugInfoItem.java 70 protected void place0(Section addedTo, int offset) {
74 encoded = encode(addedTo.getFile(), null, null, null, false);
UniformListItem.java 159 protected void place0(Section addedTo, int offset) {
183 offset = i.place(addedTo, offset) + size;
AnnotationSetItem.java 126 protected void place0(Section addedTo, int offset) {
CodeItem.java 192 protected void place0(Section addedTo, int offset) {
193 final DexFile file = addedTo.getFile();
ClassDataItem.java 324 protected void place0(Section addedTo, int offset) {
329 encodeOutput(addedTo.getFile(), out);

Completed in 770 milliseconds

1 2