Searched defs:array_end (Results 1 - 6 of 6) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-byteswap.c119 const unsigned char *array_end; local
121 array_end = p + array_len;
125 while (p < array_end)
H A Ddbus-marshal-validate.c444 const unsigned char *array_end; local
456 array_end = p + claimed_len;
473 while (p < array_end)
486 p = array_end;
492 while (p < array_end)
502 if (p != array_end)
/external/v8/src/arm/
H A Dcodegen-arm.cc424 Register array_end = array; local
487 __ add(array_end, scratch2, Operand(length, LSL, 2));
498 // array_end: end of destination FixedDoubleArray, not tagged
545 __ cmp(scratch2, array_end);
/external/v8/src/mips/
H A Dcodegen-mips.cc704 Register array_end = array; local
771 __ Addu(array_end, scratch3, at);
782 // array_end: end of destination FixedDoubleArray, not tagged
835 __ Branch(&loop, lt, scratch3, Operand(array_end));
/external/v8/src/mips64/
H A Dcodegen-mips64.cc704 Register array_end = array; local
769 __ SmiScale(array_end, length, kDoubleSizeLog2);
770 __ Daddu(array_end, array_end, scratch3);
781 // array_end: end of destination FixedDoubleArray, not tagged
834 __ Branch(&loop, lt, scratch3, Operand(array_end));
/external/v8/src/ppc/
H A Dcodegen-ppc.cc163 Register array_end = array; local
216 __ SmiToDoubleArrayOffset(array_end, length);
217 __ add(array_end, scratch2, array_end);
231 // array_end: end of destination FixedDoubleArray, not tagged
272 __ cmp(scratch2, array_end);

Completed in 183 milliseconds