Searched refs:one_byte_seq_type (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc1800 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1803 ? one_byte_seq_type : two_byte_seq_type));
1823 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1827 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc4409 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
4412 ? one_byte_seq_type : two_byte_seq_type));
4435 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
4439 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1556 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1559 ? one_byte_seq_type : two_byte_seq_type));
1580 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1584 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc1673 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1676 ? one_byte_seq_type : two_byte_seq_type));
1697 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1701 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc1774 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1777 ? one_byte_seq_type : two_byte_seq_type));
1798 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1802 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc1830 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1833 Operand(encoding == String::ONE_BYTE_ENCODING ? one_byte_seq_type
1854 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1858 ? one_byte_seq_type
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc1817 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1820 Operand(encoding == String::ONE_BYTE_ENCODING ? one_byte_seq_type
1840 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1844 ? one_byte_seq_type
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1646 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1649 ? one_byte_seq_type : two_byte_seq_type));
1670 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1674 ? one_byte_seq_type : two_byte_seq_type;
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc1833 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1836 ? one_byte_seq_type : two_byte_seq_type));
1857 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag; local
1861 ? one_byte_seq_type : two_byte_seq_type;

Completed in 267 milliseconds