Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-inl.h81 return AllocateOneByteInternalizedString( in AllocateInternalizedStringFromUtf8()
98 AllocationResult Heap::AllocateOneByteInternalizedString( in AllocateOneByteInternalizedString() function
Dheap.h1789 MUST_USE_RESULT inline AllocationResult AllocateOneByteInternalizedString(
Dfactory.cc310 isolate()->heap()->AllocateOneByteInternalizedString(str, hash_field), in NewOneByteInternalizedString()