Home | History | Annotate | Download | only in x64

Lines Matching refs:Encoding

1046   // Handle subject string according to its encoding and representation:
1127 // encoding. If it has, the field contains a code object otherwise it contains
1133 // rcx: encoding of subject string (1 if one_byte, 0 if two_byte);
1148 // rcx: encoding of subject string (1 if one_byte 0 if two_byte);
1197 // rcx: encoding of subject string (1 if one_byte 0 if two_byte);
1217 __ testb(rcx, rcx); // Last use of rcx as encoding of subject string.
2840 String::Encoding encoding) {
2847 if (encoding == String::TWO_BYTE_ENCODING) {
2972 // type including the string encoding because we simply rely on the info
2974 // string's encoding is wrong because we always have to recheck encoding of
3003 // encoding at this point.