Searched refs:addContents (Results 51 - 62 of 62) sorted by relevance

123

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMapItem.java198 public void addContents(DexFile file) { method in class:MapItem
H A DProtoIdItem.java114 public void addContents(DexFile file) { method in class:ProtoIdItem
H A DCodeItem.java57 /** {@code null-ok;} the catches, if needed; set in {@link #addContents} */
71 * set in {@link #addContents}
116 public void addContents(DexFile file) { method in class:CodeItem
H A DMixedItemSection.java268 * addContents() call; we just have to deal with the possibility.
280 one.addContents(file);
H A DClassDefItem.java71 * in {@link #addContents}
130 public void addContents(DexFile file) { method in class:ClassDefItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoItem.java64 public void addContents(DexFile file) { method in class:DebugInfoItem
H A DEncodedMethod.java116 public void addContents(DexFile file) { method in class:EncodedMethod
H A DMapItem.java198 public void addContents(DexFile file) { method in class:MapItem
H A DProtoIdItem.java111 public void addContents(DexFile file) { method in class:ProtoIdItem
H A DCodeItem.java57 /** {@code null-ok;} the catches, if needed; set in {@link #addContents} */
71 * set in {@link #addContents}
116 public void addContents(DexFile file) { method in class:CodeItem
H A DMixedItemSection.java268 * addContents() call; we just have to deal with the possibility.
280 one.addContents(file);
H A DClassDefItem.java69 * in {@link #addContents}
128 public void addContents(DexFile file) { method in class:ClassDefItem

Completed in 138 milliseconds

123