Home
last modified time | relevance | path

Searched refs:AllocateTwoByteInternalizedString (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dfactory.h999 Handle<String> AllocateTwoByteInternalizedString(Vector<const uc16> str,
Dfactory.cc792 Handle<String> Factory::AllocateTwoByteInternalizedString( in AllocateTwoByteInternalizedString() function in v8::internal::Factory
877 return AllocateTwoByteInternalizedString(str, hash_field); in NewTwoByteInternalizedString()