/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
D | OSMemory.java | 276 int length, boolean swap) throws NullPointerException, in setShortArray() argument 308 int length, boolean swap) throws NullPointerException, in setIntArray() argument 358 : swap(getShort(address)); in getShort() 381 setShort(address, swap(value)); in setShort() 402 : swap(getInt(address)); in getInt() 425 setInt(address, swap(value)); in setInt() 446 : swap(getLong(address)); in getLong() 470 setLong(address, swap(value)); in setLong() 493 int floatBits = swap(getInt(address)); in getFloat() 518 setInt(address, swap(floatBits)); in setFloat() [all …]
|
D | IMemorySystem.java | 210 int length, boolean swap) in setShortArray() argument 242 boolean swap) in setIntArray() argument
|
D | PlatformAddress.java | 129 int shortsOffset, int length, boolean swap) { in setShortArray() argument 132 swap); in setShortArray() 136 int intsOffset, int length, boolean swap) { in setIntArray() argument 138 osMemory.setIntArray(osaddr + offset, ints, intsOffset, length, swap); in setIntArray()
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
D | Sorter.java | 14 public void swap(Vector values, int left, int right); in swap() method 27 swapper.swap(values, left, right); in sortStrings()
|
/dalvik/dx/src/junit/runner/ |
D | Sorter.java | 14 public void swap(Vector values, int left, int right); in swap() method 27 swapper.swap(values, left, right); in sortStrings()
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
D | ReadWriteDirectByteBuffer.java | 172 boolean swap = order() != ByteOrder.nativeOrder(); in put() 173 getBaseAddress().setShortArray(offset + position, src, off, len, swap); in put() 212 boolean swap = order() != ByteOrder.nativeOrder(); in put() 213 getBaseAddress().setIntArray(offset + position, src, off, len, swap); in put()
|
/dalvik/libcore/luni/src/main/native/ |
D | org_apache_harmony_luni_platform_OSMemory.cpp | 177 jint pointer, jshortArray src, jint offset, jint length, jboolean swap) { in harmony_nio_putShortsImpl() argument 184 if (swap) { in harmony_nio_putShortsImpl() 188 if (swap) { in harmony_nio_putShortsImpl() 200 jint pointer, jintArray src, jint offset, jint length, jboolean swap) { in harmony_nio_putIntsImpl() argument 207 if (swap) { in harmony_nio_putIntsImpl() 211 if (swap) { in harmony_nio_putIntsImpl()
|
/dalvik/dx/tests/107-verify-stack-ops/ |
D | op_swap_case1.j | 24 swap
|
D | op_swap_case2.j | 24 swap
|
/dalvik/vm/mterp/armv4t/ |
D | OP_AGET_WIDE.S | 21 @ May want to swap the order of these two branches depending on how the
|
D | OP_APUT_WIDE.S | 20 @ May want to swap the order of these two branches depending on how the
|
/dalvik/vm/mterp/armv5te/ |
D | OP_AGET_WIDE.S | 21 @ May want to swap the order of these two branches depending on how the
|
D | OP_APUT_WIDE.S | 22 @ May want to swap the order of these two branches depending on how the
|
/dalvik/vm/alloc/ |
D | HeapSource.c | 640 HeapBitmap swap; in dvmHeapSourceReplaceObjectBitmaps() local 642 swap = heap->objectBitmap; in dvmHeapSourceReplaceObjectBitmaps() 644 objectBitmaps[i] = swap; in dvmHeapSourceReplaceObjectBitmaps()
|
/dalvik/dx/tests/071-dex-java-stack-ops/ |
D | blort.j | 308 ; Test of "swap" opcode. This should end up causing these calls 315 swap ; A1 B1 -> B1 A1
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | SsaBasicBlock.java | 679 Collections.swap(toSchedule, i, insertPlace++); in scheduleUseBeforeAssigned() 699 Collections.swap(toSchedule, insertPlace, i); in scheduleUseBeforeAssigned()
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
D | CollectionsTest.java | 1059 Collections.swap(smallList, -1, 6); in test_swapLjava_util_ListII() 1065 Collections.swap(smallList, 6, -1); in test_swapLjava_util_ListII() 1071 Collections.swap(smallList, 6, 11); in test_swapLjava_util_ListII() 1077 Collections.swap(smallList, 11, 6); in test_swapLjava_util_ListII() 1084 Collections.swap(null, 1, 1); in test_swapLjava_util_ListII() 1090 Collections.swap(smallList, 4, 7); in test_swapLjava_util_ListII()
|
/dalvik/dx/tests/032-bb-live-code/ |
D | blort.j | 255 swap
|
D | expected.txt | 368 0071: swap
|
/dalvik/dx/tests/024-code-bytecode/ |
D | expected.txt | 149 007e: swap
|
D | small-class.txt | 153 5f # 007e: swap
|
/dalvik/vm/mterp/ |
D | README.txt | 34 to make it easy to swap C and assembly sources during initial development
|
/dalvik/vm/oo/ |
D | Class.c | 3299 InstField swap; in swapField() local 3302 swap = *pOne; in swapField() 3304 *pTwo = swap; in swapField()
|
/dalvik/libcore/luni/src/main/java/java/util/ |
D | Collections.java | 1966 public static void swap(List<?> list, int index1, int index2) {
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv5te.S | 1878 @ May want to swap the order of these two branches depending on how the 2102 @ May want to swap the order of these two branches depending on how the
|