Searched refs:word (Results 1 - 25 of 32) sorted by relevance

12

/dalvik/vm/compiler/template/armv5te/
H A Dfooter.S81 .word 0xdeadf00d
92 .word dvmAsmInstructionStart
94 .word dvmJitToInterpNoChainNoProfile
96 .word dvmJitToInterpTraceSelectNoChain
98 .word dvmJitToInterpNoChain
100 .word dvmMterpStdBail
102 .word dvmMterpCommonExceptionThrown
104 .word dvmLockObject
106 .word dvmJitTraceProfilingOff
109 .word gDvmICHitCoun
[all...]
H A DTEMPLATE_STRING_COMPARETO.S133 .word __memcmp16
/dalvik/vm/
H A DBitVector.cpp70 unsigned int word, bit; local
73 for (word = 0; word < pBits->storageSize; word++) {
74 if (pBits->storage[word] != 0xffffffff) {
76 * There are unallocated bits in this word. Return the first.
78 bit = ffs(~(pBits->storage[word])) -1;
80 pBits->storage[word] |= 1 << bit;
81 return (word << 5) | bit;
111 /* Round up to word boundarie
[all...]
/dalvik/vm/compiler/template/armv5te-vfp/
H A DTEMPLATE_SQRT_DOUBLE_VFP.S23 .word sqrt
/dalvik/vm/mterp/armv5te/
H A 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)
H A 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)
H A 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)
H A DOP_EXECUTE_INLINE.S98 .word gDvmInlineOpsTable
H A DOP_EXECUTE_INLINE_RANGE.S92 .word gDvmInlineOpsTable
H A DOP_FILLED_NEW_ARRAY.S108 .word .LstrFilledNewArrayNotImpl
/dalvik/vm/mterp/armv6t2/
H A 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)
H A 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/alloc/
H A DHeapBitmap.cpp105 unsigned long word = bitmap->bits[i]; local
106 if (UNLIKELY(word != 0)) {
109 while (word != 0) {
110 const int shift = CLZ(word);
113 word &= ~(highBit >> shift);
140 unsigned long word = bitmap->bits[i]; local
141 if (UNLIKELY(word != 0)) {
145 while (word != 0) {
146 const int shift = CLZ(word);
149 word
[all...]
H A DHeapBitmapInlines.h43 const unsigned long word = *p; local
45 return word & mask;
/dalvik/vm/mterp/x86-atom/
H A 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
H A 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
H A 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
H A 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
/dalvik/dexgen/src/com/android/dexgen/util/
H A DBits.java171 int word = bits[arrayIdx];
172 if (word != 0) {
173 int bitIdx = findFirst(word, minBit);
/dalvik/dx/src/com/android/dx/util/
H A DBits.java171 int word = bits[arrayIdx];
172 if (word != 0) {
173 int bitIdx = findFirst(word, minBit);
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S44 r0-r1 hold returns of 8 bytes, low word in r0
128 * be resolved by only looking at the high word. This could be made
140 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
723 * The low word of the result holds ZX, the high word holds
975 .word __memcmp16
1129 .word dvmJitToInterpPunt
1663 .word 0xdeadf00d
1674 .word dvmAsmInstructionStart
1676 .word dvmJitToInterpNoChainNoProfil
[all...]
H A DCompilerTemplateAsm-armv5te-vfp.S44 r0-r1 hold returns of 8 bytes, low word in r0
128 * be resolved by only looking at the high word. This could be made
140 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
511 * The low word of the result holds ZX, the high word holds
1068 .word sqrt
1244 .word __memcmp16
1398 .word dvmJitToInterpPunt
1932 .word 0xdeadf00d
1943 .word dvmAsmInstructionStar
[all...]
H A DCompilerTemplateAsm-armv7-a-neon.S44 r0-r1 hold returns of 8 bytes, low word in r0
128 * be resolved by only looking at the high word. This could be made
140 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
511 * The low word of the result holds ZX, the high word holds
1068 .word sqrt
1244 .word __memcmp16
1398 .word dvmJitToInterpPunt
1932 .word 0xdeadf00d
1943 .word dvmAsmInstructionStar
[all...]
H A DCompilerTemplateAsm-armv7-a.S44 r0-r1 hold returns of 8 bytes, low word in r0
128 * be resolved by only looking at the high word. This could be made
140 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
511 * The low word of the result holds ZX, the high word holds
1068 .word sqrt
1244 .word __memcmp16
1398 .word dvmJitToInterpPunt
1932 .word 0xdeadf00d
1943 .word dvmAsmInstructionStar
[all...]
/dalvik/vm/arch/arm/
H A DCallEABI.S66 r0-r1 hold returns of 8 bytes, low word in r0
106 * F - pad flag -- if set, write a pad word to the stack
113 * in a row, and the first word can never be a pad -- but there's really
214 addcs r7, r7, #4 @ skip past 1 word, for r2
230 DBG movcs ip, #-3 @ DEBUG DEBUG - make pad word obvious
246 * arg is 64-bit, then r3 "holds" a pad word and the load is unnecessary
271 @ Thought: could redefine DalvikJniReturnType such that single-word
272 @ and double-word values occupy different ranges; simple comparison
316 mov r2, #0 @ r2<- word count, init to zero
334 @ We have the padded-out word coun
[all...]

Completed in 449 milliseconds

12