Home
last modified time | relevance | path

Searched refs:kIrregexpCaptureCountIndex (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dobjects-debug.cc628 ASSERT(arr->get(JSRegExp::kIrregexpCaptureCountIndex)->IsSmi()); in JSRegExpVerify()
Dfactory.cc1395 store->set(JSRegExp::kIrregexpCaptureCountIndex, in SetRegExpIrregexpData()
Dobjects.h6338 static const int kIrregexpCaptureCountIndex = kDataIndex + 5; variable
6340 static const int kIrregexpDataSize = kIrregexpCaptureCountIndex + 1;
6350 FixedArray::kHeaderSize + kIrregexpCaptureCountIndex * kPointerSize;
Dobjects-inl.h4221 return Smi::cast(DataAt(kIrregexpCaptureCountIndex))->value(); in CaptureCount()
Djsregexp.cc400 return Smi::cast(re->get(JSRegExp::kIrregexpCaptureCountIndex))->value(); in IrregexpNumberOfCaptures()
/external/chromium_org/v8/src/
Dobjects-debug.cc774 CHECK(arr->get(JSRegExp::kIrregexpCaptureCountIndex)->IsSmi()); in JSRegExpVerify()
Dfactory.cc1768 store->set(JSRegExp::kIrregexpCaptureCountIndex, in SetRegExpIrregexpData()
Dobjects.h7830 static const int kIrregexpCaptureCountIndex = kDataIndex + 5; variable
7832 static const int kIrregexpDataSize = kIrregexpCaptureCountIndex + 1;
7842 FixedArray::kHeaderSize + kIrregexpCaptureCountIndex * kPointerSize;
Djsregexp.cc494 return Smi::cast(re->get(JSRegExp::kIrregexpCaptureCountIndex))->value(); in IrregexpNumberOfCaptures()
Dobjects-inl.h5570 return Smi::cast(DataAt(kIrregexpCaptureCountIndex))->value(); in CaptureCount()