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

/external/v8/src/heap/
H A Dheap-inl.h211 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
216 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars, function in class:v8::internal::Heap
219 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
221 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
H A Dheap.h2043 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field);
2046 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringImpl(
H A Dheap.cc3709 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars, function in class:v8::internal::Heap
3751 template AllocationResult Heap::AllocateInternalizedStringImpl<true>(String*,
3754 template AllocationResult Heap::AllocateInternalizedStringImpl<false>(String*,
3757 template AllocationResult Heap::AllocateInternalizedStringImpl<false>(
/external/v8/src/
H A Dfactory.cc477 isolate()->heap()->AllocateInternalizedStringImpl(

Completed in 142 milliseconds