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

  /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 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);
AnnotationsDirectoryItem.java 274 protected void place0(Section addedTo, int offset) {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 782 unsigned AddedTo = 0;
808 if (ActiveBlocks.size() == AddedTo)
813 ArrayRef<unsigned> NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo);
820 AddedTo = ActiveBlocks.size();
    [all...]

Completed in 510 milliseconds