/dalvik/dx/tests/032-bb-live-code/ |
D | expected.txt | 7 next 0004 16 next 0002 20 next 0007 21 next 0006 22 next 0004 27 next 0005 42 next 0002 45 next 0003 48 next 0004 62 next 0003 [all …]
|
/dalvik/dx/tests/031-bb-dead-code/ |
D | expected.txt | 7 next 0004 40 next 0004 49 next 0003 50 next 0006 63 next 001b 73 next 001e 82 next 0003 83 next 0005 95 next 0003 96 next 0005 [all …]
|
D | info.txt | 3 that *doesn't* flow to the next instruction.
|
/dalvik/dx/tests/092-ssa-cfg-edge-cases/ |
D | expected.txt | 8 next 000b 13 next 0000 20 next 000a 27 next 001c 28 next 001c 29 next 001c 30 next 004b * 37 next 0051 41 next 0052 47 next 004b [all …]
|
/dalvik/dx/tests/085-dex-jsr-ret/ |
D | expected.txt | 9 next 0001 13 next 0063 20 next 0009 24 next 006c 29 next 000e 33 next 0075 37 next 0000 47 next 0064 51 next 0066 56 next 0004 [all …]
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
D | expected.txt | 7 next 000b 12 next 0000 19 next 000a 27 next 0003 34 next 0002 41 next 0028 42 next 0004 * 46 next 0028 47 next 001f * 52 next 0000 [all …]
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
D | expected.txt | 11 next 0169 17 next 0005 23 next 016a 30 next 016b 35 next 000f * 36 next 00b0 43 next 0011 51 next 0130 52 next 0140 53 next 016c * [all …]
|
/dalvik/dx/src/com/android/multidex/ |
D | ArchivePathElement.java | 67 ZipEntry next = null; in list() 71 while (next == null && delegate.hasMoreElements()) { in list() 72 next = delegate.nextElement(); in list() 73 if (next.isDirectory()) { in list() 74 next = null; in list() 77 return next != null; in list() 81 public String next() { in list() method 83 String name = next.getName(); in list() 84 next = null; in list()
|
/dalvik/dx/tests/094-scala-locals/ |
D | expected.txt | 9 next 0021 16 next 0022 23 next 0023 30 next 0024 37 next 001b 43 next 0000 49 next 0026 55 next 0003 61 next 0006 67 next 0009 [all …]
|
/dalvik/dx/tests/086-ssa-edge-split/ |
D | expected.txt | 9 next 0004 15 next 000b 22 next 0000 33 next 000a 44 next 0002 51 next 0030 52 next 002d * 59 next 0031 60 next 002e * 67 next 000f [all …]
|
/dalvik/dx/tests/091-ssa-const-collector/ |
D | expected.txt | 8 next 000b 13 next 0000 20 next 000a 31 next 0005 36 next 000b * 37 next 0018 45 next 0005 51 next 001a 56 next 0020 * 57 next 005d [all …]
|
/dalvik/dx/tests/087-ssa-local-vars/ |
D | expected.txt | 9 next 0004 15 next 000b 22 next 0000 28 next 000d 33 next 000a 48 next 0119 55 next 011a 64 next 0016 * 65 next 0131 72 next 011b [all …]
|
/dalvik/dx/tests/083-ssa-phi-placement/ |
D | expected.txt | 10 next 0004 16 next 000b 23 next 0000 34 next 000a 49 next 0049 57 next 000c * 58 next 0022 66 next 0012 * 67 next 001a 76 next 0049 [all …]
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
D | expected.txt | 8 next 000b 13 next 0000 20 next 000a 33 next 0003 40 next 0002 53 next 0015 58 next 0000 67 next 0014 81 next 000f 88 next 0033 [all …]
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BasicBlocker.java | 234 int next = offset + length; in visitBranch() local 236 addWorkIfNecessary(next, true); in visitBranch() 237 targetLists[offset] = IntList.makeImmutable(next, target); in visitBranch() 276 for (int at = 0, next; /*at*/; at = next) { in getBlockList() 277 next = Bits.findFirst(blockSet, at + 1); in getBlockList() 278 if (next < 0) { in getBlockList() 292 for (int i = next - 1; i >= at; i--) { in getBlockList() 301 targets = IntList.makeImmutable(next); in getBlockList() 311 new ByteBlock(at, at, next, targets, blockCatches); in getBlockList() 428 int next = offset + length; in visitThrowing() local [all …]
|
/dalvik/dx/src/com/android/dx/util/ |
D | IntIterator.java | 37 int next(); in next() method
|
D | ListIntSet.java | 97 add(iter.next()); in merge() 118 public int next() { in iterator() method
|
D | BitIntSet.java | 89 add(iter.next()); in merge() 110 public int next() { in iterator() method
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | IntIterator.java | 37 int next(); in next() method
|
D | ListIntSet.java | 97 add(iter.next()); in merge() 118 public int next() { in iterator() method
|
D | BitIntSet.java | 89 add(iter.next()); in merge() 110 public int next() { in iterator() method
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
D | Form3rc.java | 129 int next = first; in isCompatible() local 137 if (one.getReg() != next) { in isCompatible() 140 next += one.getCategory(); in isCompatible() 143 return unsignedFitsInByte(next - first); in isCompatible()
|
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 137 struct TimedMethod *next; member 609 int next; in countLinesToToken() local 612 next = findNextChar(data, len, '\n'); in countLinesToToken() 613 if (next < 0) in countLinesToToken() 616 data += next+1; in countLinesToToken() 617 len -= next+1; in countLinesToToken() 631 int next; in checkToken() local 639 next = findNextChar(data, len, '\n'); in checkToken() 640 if (next < cmpLen+1) in checkToken() 648 return next+1; in checkToken() [all …]
|
/dalvik/dx/junit-tests/com/android/dx/util/ |
D | BitIntSetTest.java | 56 assertEquals(iter.next(), 0); in test_iterator() 58 assertEquals(iter.next(), 1); in test_iterator() 60 assertEquals(iter.next(), 31); in test_iterator() 65 iter.next(); in test_iterator() 110 assertEquals(values[i], iter.next()); in test_expand()
|
D | ListIntSetTest.java | 56 assertEquals(iter.next(), 0); in test_iterator() 58 assertEquals(iter.next(), 1); in test_iterator() 60 assertEquals(iter.next(), 31); in test_iterator() 65 iter.next(); in test_iterator()
|