Home | History | Annotate | Download | only in src

Lines Matching defs:one_byte

2104   bool one_byte = true;
2109 one_byte = false;
2113 if (one_byte) {
15966 bool one_byte = source->IsOneByteRepresentationUnderneath();
15967 int escapes = one_byte ? CountRequiredEscapes<uint8_t>(source)
15971 if (one_byte) {
17023 bool one_byte = result->IsOneByteRepresentation();
17024 Handle<Map> map = one_byte ? isolate->factory()->cons_one_byte_string_map()