Searched refs:AllocateInternalizedStringImpl (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/heap/ |
D | heap-inl.h | 72 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()
|
D | heap.h | 1723 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field); 1726 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringImpl(
|
D | heap.cc | 3813 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/ |
D | factory.cc | 336 isolate()->heap()->AllocateInternalizedStringImpl( in NewInternalizedStringImpl()
|