Home | History | Annotate | Download | only in x64

Lines Matching refs:Encoding

596   // Handle subject string according to its encoding and representation:
665 // encoding. If it has, the field contains a code object otherwise it contains
671 // rcx: encoding of subject string (1 if one_byte, 0 if two_byte);
686 // rcx: encoding of subject string (1 if one_byte 0 if two_byte);
735 // rcx: encoding of subject string (1 if one_byte 0 if two_byte);
755 __ testb(rcx, rcx); // Last use of rcx as encoding of subject string.
2109 String::Encoding encoding) {
2116 if (encoding == String::TWO_BYTE_ENCODING) {
2241 // type including the string encoding because we simply rely on the info
2243 // string's encoding is wrong because we always have to recheck encoding of
2272 // encoding at this point.