Searched refs:from_one_byte (Results 1 – 1 of 1) sorted by relevance
1540 bool from_one_byte = from_encoding == String::ONE_BYTE_ENCODING; in CopyStringCharacters() local1542 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()