HomeSort by relevance Sort by last modified time
    Searched refs:NewRawTwoByteString (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
string-builder.cc 35 isolate, seq, isolate->factory()->NewRawTwoByteString(character_count_),
85 new_part = factory()->NewRawTwoByteString(part_length_).ToHandleChecked();
uri.cc 190 isolate, result, isolate->factory()->NewRawTwoByteString(
374 ->NewRawTwoByteString(unescaped_length)
factory.cc 343 NewRawTwoByteString(non_ascii_start + utf16_length, pretenure),
378 NewRawTwoByteString(non_ascii_start + utf16_length, pretenure), String);
413 NewRawTwoByteString(length, pretenure),
546 MaybeHandle<SeqTwoByteString> Factory::NewRawTwoByteString(
577 Handle<SeqTwoByteString> result = NewRawTwoByteString(1).ToHandleChecked();
617 isolate->factory()->NewRawTwoByteString(2).ToHandleChecked();
711 NewRawTwoByteString(length).ToHandleChecked(), left, right);
736 isolate()->factory()->NewRawTwoByteString(2).ToHandleChecked();
777 NewRawTwoByteString(length).ToHandleChecked();
    [all...]
factory.h 243 MUST_USE_RESULT MaybeHandle<SeqTwoByteString> NewRawTwoByteString(
    [all...]
json-parser.cc 603 return factory->NewRawTwoByteString(length, pretenure).ToHandleChecked();
value-serializer.cc     [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-strings.cc 321 isolate, answer, isolate->factory()->NewRawTwoByteString(length));
378 isolate, answer, isolate->factory()->NewRawTwoByteString(length));
545 ->NewRawTwoByteString(string_length)
runtime-internal.cc 330 isolate, result, isolate->factory()->NewRawTwoByteString(length));
runtime-i18n.cc 844 isolate, result, isolate->factory()->NewRawTwoByteString(dest_length));
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 687 isolate->factory()->NewRawTwoByteString(one_byte_buffer.length() +
    [all...]

Completed in 273 milliseconds