Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 26) sorted by relevance

12

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DOSMemory.java276 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 …]
DIMemorySystem.java210 int length, boolean swap) in setShortArray() argument
242 boolean swap) in setIntArray() argument
DPlatformAddress.java129 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/
DSorter.java14 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/
DSorter.java14 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/
DReadWriteDirectByteBuffer.java172 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/
Dorg_apache_harmony_luni_platform_OSMemory.cpp177 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/
Dop_swap_case1.j24 swap
Dop_swap_case2.j24 swap
/dalvik/vm/mterp/armv4t/
DOP_AGET_WIDE.S21 @ May want to swap the order of these two branches depending on how the
DOP_APUT_WIDE.S20 @ May want to swap the order of these two branches depending on how the
/dalvik/vm/mterp/armv5te/
DOP_AGET_WIDE.S21 @ May want to swap the order of these two branches depending on how the
DOP_APUT_WIDE.S22 @ May want to swap the order of these two branches depending on how the
/dalvik/vm/alloc/
DHeapSource.c640 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/
Dblort.j308 ; Test of "swap" opcode. This should end up causing these calls
315 swap ; A1 B1 -> B1 A1
/dalvik/dx/src/com/android/dx/ssa/
DSsaBasicBlock.java679 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/
DCollectionsTest.java1059 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/
Dblort.j255 swap
Dexpected.txt368 0071: swap
/dalvik/dx/tests/024-code-bytecode/
Dexpected.txt149 007e: swap
Dsmall-class.txt153 5f # 007e: swap
/dalvik/vm/mterp/
DREADME.txt34 to make it easy to swap C and assembly sources during initial development
/dalvik/vm/oo/
DClass.c3299 InstField swap; in swapField() local
3302 swap = *pOne; in swapField()
3304 *pTwo = swap; in swapField()
/dalvik/libcore/luni/src/main/java/java/util/
DCollections.java1966 public static void swap(List<?> list, int index1, int index2) {
/dalvik/vm/mterp/out/
DInterpAsm-armv5te.S1878 @ 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

12