Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h528 Node* AllocateTwoByteConsString(Node* length, Node* first, Node* second,
Dcode-stub-assembler.cc1734 Node* CodeStubAssembler::AllocateTwoByteConsString(Node* length, Node* first, in AllocateTwoByteConsString() function in v8::internal::CodeStubAssembler
1788 result.Bind(AllocateTwoByteConsString(length, left, right, flags)); in NewConsString()