Lines Matching refs:code16
794 TNode<Int32T> code16 =
796 TNode<String> result = StringFromSingleCharCode(code16);
800 TNode<Word32T> code16;
815 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
818 Int32GreaterThan(code16, Int32Constant(String::kMaxOneByteCharCode)),
821 // The {code16} fits into the SeqOneByteString {one_byte_result}.
826 offset, code16);
850 max_index_offset, code16);
860 TNode<Word32T> code16 =
867 offset, code16);