Searched defs:NewRawTwoByteString (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfactory.cc232 Handle<SeqTwoByteString> Factory::NewRawTwoByteString(int length, function in class:v8::internal::Factory
H A Druntime.cc2471 Handle<SeqTwoByteString> seq = NewRawTwoByteString(character_count_);
2501 Handle<SeqTwoByteString> NewRawTwoByteString(int length) { function in class:v8::internal::ReplacementStringBuilder
2502 return heap_->isolate()->factory()->NewRawTwoByteString(length);
2922 isolate->factory()->NewRawTwoByteString(result_len));
3139 isolate->factory()->NewRawTwoByteString(new_length));
/external/chromium_org/v8/src/
H A Dfactory.cc281 Handle<SeqTwoByteString> Factory::NewRawTwoByteString(int length, function in class:v8::internal::Factory
318 NewRawTwoByteString(total_length), first, second);
H A Druntime.cc3401 Handle<SeqTwoByteString> seq = NewRawTwoByteString(character_count_);
3427 Handle<SeqTwoByteString> NewRawTwoByteString(int length) { function in class:v8::internal::ReplacementStringBuilder
3428 return heap_->isolate()->factory()->NewRawTwoByteString(length);
3911 isolate->factory()->NewRawTwoByteString(result_len));
4088 isolate->factory()->NewRawTwoByteString(new_length));

Completed in 655 milliseconds