HomeSort by relevance Sort by last modified time
    Searched refs:AllocateSeqTwoByteString (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
code-stub-assembler.h 508 Node* AllocateSeqTwoByteString(int length, AllocationFlags flags = kNone);
509 Node* AllocateSeqTwoByteString(Node* context, Node* length,
    [all...]
code-stub-assembler.cc     [all...]
  /external/v8/src/runtime/
runtime.h 290 F(AllocateSeqTwoByteString, 1, 1) \
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 562 Node* two_byte_result = AllocateSeqTwoByteString(context, argc);
    [all...]

Completed in 85 milliseconds