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

  /external/v8/src/
regexp-macro-assembler.cc 78 ASSERT(subject->IsExternalString() || subject->IsSeqString());
138 ASSERT(subject_ptr->IsExternalString() || subject_ptr->IsSeqString());
spaces-inl.h 324 ASSERT(string->IsSeqString());
objects-debug.cc 459 CHECK(this->first()->IsSeqString() || this->first()->IsExternalString());
spaces.cc     [all...]
objects-inl.h 229 bool Object::IsSeqString() {
    [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-strings.cc 500 CHECK(SlicedString::cast(*slice)->parent()->IsSeqString());
580 CHECK(SlicedString::cast(*string)->parent()->IsSeqString());
587 CHECK(SlicedString::cast(*string)->parent()->IsSeqString());

Completed in 182 milliseconds