Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 36) sorted by relevance

12

/dalvik/vm/alloc/
DHeapBitmap.h122 unsigned long word = bitmap->bits[i]; in HB_INLINE_PROTO() local
123 if (UNLIKELY(word != 0)) { in HB_INLINE_PROTO()
126 while (word != 0) { in HB_INLINE_PROTO()
127 const int shift = CLZ(word); in HB_INLINE_PROTO()
130 word &= ~(highBit >> shift); in HB_INLINE_PROTO()
160 unsigned long word = bitmap->bits[i]; in HB_INLINE_PROTO() local
161 if (UNLIKELY(word != 0)) { in HB_INLINE_PROTO()
165 while (word != 0) { in HB_INLINE_PROTO()
166 const int shift = CLZ(word); in HB_INLINE_PROTO()
169 word &= ~(highBit >> shift); in HB_INLINE_PROTO()
[all …]
/dalvik/vm/mterp/armv6t2/
DOP_DOUBLE_TO_INT.S17 mov r2, #0x80000000 @ maxint, as a double (low word)
20 mvn r3, #0xbe000000 @ maxint, as a double (high word)
31 mov r3, #0xc1000000 @ minint, as a double (high word)
33 mov r2, #0 @ minint, as a double (low word)
DOP_DOUBLE_TO_LONG.S15 mov r3, #0x43000000 @ maxlong, as a double (high word)
17 mov r2, #0 @ maxlong, as a double (low word)
29 mov r3, #0xc3000000 @ minlong, as a double (high word)
31 mov r2, #0 @ minlong, as a double (low word)
/dalvik/vm/mterp/armv5te/
DOP_DOUBLE_TO_INT.S17 mov r2, #0x80000000 @ maxint, as a double (low word)
20 mvn r3, #0xbe000000 @ maxint, as a double (high word)
31 mov r3, #0xc1000000 @ minint, as a double (high word)
33 mov r2, #0 @ minint, as a double (low word)
DOP_DOUBLE_TO_LONG.S15 mov r3, #0x43000000 @ maxlong, as a double (high word)
17 mov r2, #0 @ maxlong, as a double (low word)
29 mov r3, #0xc3000000 @ minlong, as a double (high word)
31 mov r2, #0 @ minlong, as a double (low word)
DOP_CONST_WIDE.S6 orr r0, r0, r1, lsl #16 @ r0<- BBBBbbbb (low word)
9 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
Dfooter.S1026 .word 0xdeadf00d
1153 .word .LstrArithmeticException
1155 .word .LstrArrayIndexException
1157 .word .LstrArrayStoreException
1159 .word .LstrDivideByZero
1161 .word .LstrNegativeArraySizeException
1163 .word .LstrNoSuchMethodError
1165 .word .LstrNullPointerException
1168 .word .LstrLogTag
1170 .word .LstrExceptionNotCaughtLocally
[all …]
DOP_EXECUTE_INLINE_RANGE.S55 .word gDvmInlineOpsTable
DOP_FILLED_NEW_ARRAY.S105 .word .LstrFilledNewArrayNotImpl
107 .word .LstrInternalError
DOP_EXECUTE_INLINE.S60 .word gDvmInlineOpsTable
Dentry.S163 .word .LstrBadEntryPoint
DOP_CHECK_CAST.S72 .word .LstrClassCastException
/dalvik/vm/
DMisc.c241 int word, bit; in dvmAllocBit() local
244 for (word = 0; word < pBits->storageSize; word++) { in dvmAllocBit()
245 if (pBits->storage[word] != 0xffffffff) { in dvmAllocBit()
249 bit = ffs(~(pBits->storage[word])) -1; in dvmAllocBit()
251 pBits->storage[word] |= 1 << bit; in dvmAllocBit()
252 return (word << 5) | bit; in dvmAllocBit()
330 int word; in dvmCountSetBits() local
333 for (word = 0; word < pBits->storageSize; word++) { in dvmCountSetBits()
334 u4 val = pBits->storage[word]; in dvmCountSetBits()
/dalvik/vm/mterp/arm-vfp/
DREADME.txt5 and later. It assumes that word alignment is sufficient for double-word
/dalvik/vm/mterp/x86-atom/
DOP_DOUBLE_TO_INT.S45 fnstcw -2(%esp) # save control word
47 fldcw -2(%esp) # load control word
50 fldcw -2(%esp) # load saved control word
DOP_FLOAT_TO_INT.S45 fnstcw -2(%esp) # save control word
47 fldcw -2(%esp) # load control word
50 fldcw -2(%esp) # load saved control word
DOP_FLOAT_TO_LONG.S45 fnstcw -2(%esp) # save control word
47 fldcw -2(%esp) # load control word
50 fldcw -2(%esp) # load saved control word
DOP_DOUBLE_TO_LONG.S45 fnstcw -2(%esp) # save control word
47 fldcw -2(%esp) # load control word
50 fldcw -2(%esp) # load saved control word
/dalvik/dx/src/com/android/dx/util/
DBits.java171 int word = bits[arrayIdx]; in findFirst() local
172 if (word != 0) { in findFirst()
173 int bitIdx = findFirst(word, minBit); in findFirst()
/dalvik/vm/compiler/template/armv5te-vfp/
DTEMPLATE_SQRT_DOUBLE_VFP.S23 .word sqrt
/dalvik/vm/mterp/x86/
DOP_PACKED_SWITCH.S23 movl %eax,rINST_FULL # set up word offset
/dalvik/vm/arch/arm/
DCallEABI.S316 @ We have the padded-out word count in r2. We subtract 2 from it
350 subeq r7, #4 @ r7<- r7-4 (take it back - pad word)
416 .word .LstrSqueak
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_STRING_COMPARETO.S133 .word __memcmp16
/dalvik/vm/mterp/out/
DInterpAsm-armv4t.S415 .word .LstrBadEntryPoint
786 orr r0, r0, r1, lsl #16 @ r0<- BBBBbbbb (low word)
789 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
3996 mov r2, #0x80000000 @ maxint, as a double (low word)
3999 mvn r3, #0xbe000000 @ maxint, as a double (high word)
4010 mov r3, #0xc1000000 @ minint, as a double (high word)
4012 mov r2, #0 @ minint, as a double (low word)
8434 .word .LstrFilledNewArrayNotImpl
8436 .word .LstrInternalError
8518 .word .LstrFilledNewArrayNotImpl
[all …]
DInterpAsm-armv5te.S415 .word .LstrBadEntryPoint
786 orr r0, r0, r1, lsl #16 @ r0<- BBBBbbbb (low word)
789 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
3998 mov r2, #0x80000000 @ maxint, as a double (low word)
4001 mvn r3, #0xbe000000 @ maxint, as a double (high word)
4012 mov r3, #0xc1000000 @ minint, as a double (high word)
4014 mov r2, #0 @ minint, as a double (low word)
8434 .word .LstrFilledNewArrayNotImpl
8436 .word .LstrInternalError
8518 .word .LstrFilledNewArrayNotImpl
[all …]

12