Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h157 AllocationResult Heap::AllocateTwoByteInternalizedString(Vector<const uc16> str, in AllocateTwoByteInternalizedString() function
Dheap.h1917 MUST_USE_RESULT inline AllocationResult AllocateTwoByteInternalizedString(
/external/v8/src/
Dfactory.cc368 isolate()->heap()->AllocateTwoByteInternalizedString(str, hash_field), in NewTwoByteInternalizedString()