Home | History | Annotate | Download | only in x87

Lines Matching refs:one_byte_seq_type

2104     static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag;
2107 ? one_byte_seq_type : two_byte_seq_type));
2128 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag;
2132 ? one_byte_seq_type : two_byte_seq_type;