Home | History | Annotate | Download | only in x64

Lines Matching refs:one_byte_seq_type

1821     static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag;
1824 ? one_byte_seq_type : two_byte_seq_type));
1845 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag;
1849 ? one_byte_seq_type : two_byte_seq_type;