Searched refs:kSourceIndex (Results 1 – 8 of 8) sorted by relevance
1374 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()1388 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
6308 static const int kSourceIndex = kTagIndex + 1; variable6309 static const int kFlagsIndex = kSourceIndex + 1;
4240 String* pattern= String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
10605 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()10620 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()
1747 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()1761 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
7800 static const int kSourceIndex = kTagIndex + 1; variable7801 static const int kFlagsIndex = kSourceIndex + 1;
5589 String* pattern= String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
13873 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()13888 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()