Home
last modified time | relevance | path

Searched refs:AllocateConsString (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.h1322 Node* AllocateConsString(Heap::RootListIndex map_root_index, Node* length,
Dcode-stub-assembler.cc1700 Node* CodeStubAssembler::AllocateConsString(Heap::RootListIndex map_root_index, in AllocateConsString() function in v8::internal::CodeStubAssembler
1730 return AllocateConsString(Heap::kConsOneByteStringMapRootIndex, length, first, in AllocateOneByteConsString()
1737 return AllocateConsString(Heap::kConsStringMapRootIndex, length, first, in AllocateTwoByteConsString()