Home | History | Annotate | Download | only in builtins

Lines Matching defs:code16

518     Node* code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
519 Node* result = StringFromCharCode(code16);
523 Node* code16 = nullptr;
537 arguments.ForEach(vars, [this, context, &two_byte, &max_index, &code16,
540 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
543 Int32GreaterThan(code16, Int32Constant(String::kMaxOneByteCharCode)),
546 // The {code16} fits into the SeqOneByteString {one_byte_result}.
552 offset, code16);
578 max_index_offset, code16);
588 Node* code16 =
596 offset, code16);