Home | History | Annotate | Download | only in x87

Lines Matching refs:two_byte_seq_type

2105     static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag;
2107 ? one_byte_seq_type : two_byte_seq_type));
2129 static const uint32_t two_byte_seq_type = kSeqStringTag | kTwoByteStringTag;
2132 ? one_byte_seq_type : two_byte_seq_type;