Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc401 String::cast(pattern_regexp->DataAt(JSRegExp::kAtomPatternIndex)); in StringReplaceGlobalAtomRegExpWithString()
/external/v8/src/
Dobjects-debug.cc798 CHECK(arr->get(JSRegExp::kAtomPatternIndex)->IsString()); in JSRegExpVerify()
Dfactory.cc2367 store->set(JSRegExp::kAtomPatternIndex, *data); in SetRegExpAtomData()
Dobjects.h7797 static const int kAtomPatternIndex = kDataIndex; variable
7799 static const int kAtomDataSize = kAtomPatternIndex + 1;
/external/v8/src/regexp/
Djsregexp.cc247 String* needle = String::cast(regexp->DataAt(JSRegExp::kAtomPatternIndex)); in AtomExecRaw()