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

  /external/v8/src/
regexp-macro-assembler.cc 97 data = SeqTwoByteString::cast(subject)->GetChars();
objects-inl.h     [all...]
heap.cc     [all...]
objects.h 81 // - SeqTwoByteString
301 SeqTwoByteString::kAlignedSize, \
325 SeqTwoByteString::kAlignedSize, \
    [all...]
objects.cc 660 uc16* dest = SeqTwoByteString::cast(result)->GetChars();
    [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-regexp.cc 811 Handle<SeqTwoByteString> seq_input = Handle<SeqTwoByteString>::cast(input);
830 seq_input = Handle<SeqTwoByteString>::cast(input);
955 Handle<SeqTwoByteString> seq_input = Handle<SeqTwoByteString>::cast(input);
    [all...]
test-heap.cc 40 CheckMap(Heap::string_map(), STRING_TYPE, SeqTwoByteString::kAlignedSize);
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
codegen-arm.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 904 ASSERT((SeqTwoByteString::kHeaderSize & kObjectAlignmentMask) == 0);
911 AllocateInNewSpace(SeqTwoByteString::kHeaderSize,
    [all...]
codegen-ia32.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
codegen-x64.cc     [all...]

Completed in 167 milliseconds