Home
last modified time | relevance | path

Searched refs:kSourceIndex (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Djs-regexp.h101 static const int kSourceIndex = kTagIndex + 1; variable
102 static const int kFlagsIndex = kSourceIndex + 1;
Dcompilation-cache-inl.h63 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()
Djs-regexp-inl.h54 String* pattern = String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
/external/v8/src/heap/
Dfactory.cc3822 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()
3834 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
/external/v8/src/
Dobjects.cc16650 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()