Home
last modified time | relevance | path

Searched refs:AllocateRawTwoByteInternalizedString (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory-base.h219 Handle<SeqTwoByteString> AllocateRawTwoByteInternalizedString( in EXPORT_TEMPLATE_DECLARE()
Dfactory-base.cc638 AllocateRawTwoByteInternalizedString(str.length(), raw_hash_field); in NewTwoByteInternalizedString()
915 FactoryBase<Impl>::AllocateRawTwoByteInternalizedString( in AllocateRawTwoByteInternalizedString() function in v8::internal::FactoryBase
/third_party/node/deps/v8/src/objects/
Dstring-inl.h456 isolate->factory()->AllocateRawTwoByteInternalizedString( in PrepareForInsertion()