Home | History | Annotate | Download | only in ia32

Lines Matching refs:one_byte_seq_type

1836     static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag;
1839 ? one_byte_seq_type : two_byte_seq_type));
1860 static const uint32_t one_byte_seq_type = kSeqStringTag | kOneByteStringTag;
1864 ? one_byte_seq_type : two_byte_seq_type;