Home
last modified time | relevance | path

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

12

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DOSMemory.java284 int length, boolean swap) throws NullPointerException, in setShortArray() argument
316 int length, boolean swap) throws NullPointerException, in setIntArray() argument
366 : swap(getShort(address)); in getShort()
389 setShort(address, swap(value)); in setShort()
410 : swap(getInt(address)); in getInt()
433 setInt(address, swap(value)); in setInt()
454 : swap(getLong(address)); in getLong()
478 setLong(address, swap(value)); in setLong()
501 int floatBits = swap(getInt(address)); in getFloat()
526 setInt(address, swap(floatBits)); in setFloat()
[all …]
DIMemorySystem.java222 int length, boolean swap) in setShortArray() argument
254 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/dx/tests/107-verify-stack-ops/
Dop_swap_case2.j24 swap
Dop_swap_case1.j24 swap
/dalvik/libcore/luni/src/main/native/
Dorg_apache_harmony_luni_platform_OSMemory.cpp208 jint pointer, jshortArray src, jint offset, jint length, jboolean swap) { in harmony_nio_setShortArrayImpl() argument
211 if (swap) { in harmony_nio_setShortArrayImpl()
222 jint pointer, jintArray src, jint offset, jint length, jboolean swap) { in harmony_nio_setIntArrayImpl() argument
225 if (swap) { in harmony_nio_setIntArrayImpl()
/dalvik/vm/mterp/armv5te/
DOP_APUT_WIDE.S22 @ May want to swap the order of these two branches depending on how the
DOP_AGET_WIDE.S21 @ May want to swap the order of these two branches depending on how the
/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/dx/src/com/android/dx/ssa/
DSsaBasicBlock.java699 Collections.swap(toSchedule, i, insertPlace++); in scheduleUseBeforeAssigned()
723 Collections.swap(toSchedule, insertPlace, i); in scheduleUseBeforeAssigned()
/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/vm/alloc/
DHeapSource.c640 HeapBitmap swap; in dvmHeapSourceReplaceObjectBitmaps() local
642 swap = heap->objectBitmap; in dvmHeapSourceReplaceObjectBitmaps()
644 objectBitmaps[i] = swap; in dvmHeapSourceReplaceObjectBitmaps()
/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.c3447 InstField swap; in swapField() local
3450 swap = *pOne; in swapField()
3452 *pTwo = swap; in swapField()
/dalvik/libcore/luni/src/main/java/java/util/
DCollections.java1978 public static void swap(List<?> list, int index1, int index2) {
/dalvik/vm/mterp/out/
DInterpAsm-armv7-a.S2041 @ May want to swap the order of these two branches depending on how the
2265 @ May want to swap the order of these two branches depending on how the

12