Home
last modified time | relevance | path

Searched refs:AllocateInternalizedStringImpl (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h72 return AllocateInternalizedStringImpl<false>(str, chars, hash_field); in AllocateInternalizedStringFromUtf8()
77 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars, in AllocateInternalizedStringImpl() function
80 return AllocateInternalizedStringImpl<true>(t, chars, hash_field); in AllocateInternalizedStringImpl()
82 return AllocateInternalizedStringImpl<false>(t, chars, hash_field); in AllocateInternalizedStringImpl()
Dheap.h1723 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field);
1726 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringImpl(
Dheap.cc3813 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars, in AllocateInternalizedStringImpl() function in v8::internal::Heap
3856 template AllocationResult Heap::AllocateInternalizedStringImpl<true>(String*,
3859 template AllocationResult Heap::AllocateInternalizedStringImpl<false>(String*,
3862 template AllocationResult Heap::AllocateInternalizedStringImpl<false>(
/external/v8/src/
Dfactory.cc336 isolate()->heap()->AllocateInternalizedStringImpl( in NewInternalizedStringImpl()