Searched defs:two_byte_seq_type (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc1801 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1803 ? one_byte_seq_type : two_byte_seq_type));
1824 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1827 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc4410 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
4412 ? one_byte_seq_type : two_byte_seq_type));
4436 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
4439 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1557 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1559 ? one_byte_seq_type : two_byte_seq_type));
1581 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1584 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc1674 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1676 ? one_byte_seq_type : two_byte_seq_type));
1698 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1701 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc1775 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1777 ? one_byte_seq_type : two_byte_seq_type));
1799 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1802 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc1831 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1834 : two_byte_seq_type));
1855 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1859 : two_byte_seq_type;
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc1818 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1821 : two_byte_seq_type));
1841 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1845 : two_byte_seq_type;
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1647 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1649 ? one_byte_seq_type : two_byte_seq_type));
1671 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1674 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc1834 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1836 ? one_byte_seq_type : two_byte_seq_type));
1858 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag; local
1861 ? one_byte_seq_type : two_byte_seq_type;

Completed in 294 milliseconds