Searched refs:AllocateInternalizedStringImpl (Results 1 – 2 of 2) sorted by relevance
1077 Handle<String> AllocateInternalizedStringImpl(T t, int chars,
832 Handle<String> Factory::AllocateInternalizedStringImpl(T t, int chars, in AllocateInternalizedStringImpl() function in v8::internal::Factory872 return AllocateInternalizedStringImpl<true>(string, chars, hash_field); in NewInternalizedStringImpl()874 return AllocateInternalizedStringImpl<false>(string, chars, hash_field); in NewInternalizedStringImpl()