Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-inl.h141 MaybeObject* Heap::AllocateTwoByteSymbol(Vector<const uc16> str, in AllocateTwoByteSymbol() function
Dheap.h694 MUST_USE_RESULT inline MaybeObject* AllocateTwoByteSymbol(
Dobjects.cc10805 return HEAP->AllocateTwoByteSymbol(string_, hash_field_); in AsObject()