Home
last modified time | relevance | path

Searched refs:from_one_byte (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1540 bool from_one_byte = from_encoding == String::ONE_BYTE_ENCODING; in CopyStringCharacters() local
1542 DCHECK_IMPLIES(to_one_byte, from_one_byte); in CopyStringCharacters()
1544 from_one_byte ? "ONE_BYTE_ENCODING" : "TWO_BYTE_ENCODING", " -> ", in CopyStringCharacters()
1547 ElementsKind from_kind = from_one_byte ? UINT8_ELEMENTS : UINT16_ELEMENTS; in CopyStringCharacters()
1561 from_one_byte ? MachineType::Uint8() : MachineType::Uint16(); in CopyStringCharacters()