Home
last modified time | relevance | path

Searched refs:kIrregexpMaxRegisterCountIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Djs-regexp.h121 static const int kIrregexpMaxRegisterCountIndex = kDataIndex + 2; variable
/external/v8/src/regexp/
Djsregexp.cc369 re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value(); in IrregexpMaxRegisterCount()
374 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value)); in SetIrregexpMaxRegisterCount()
392 return Smi::ToInt(re->get(JSRegExp::kIrregexpMaxRegisterCountIndex)); in IrregexpNumberOfRegisters()
/external/v8/src/
Dobjects-debug.cc1412 CHECK(arr->get(JSRegExp::kIrregexpMaxRegisterCountIndex)->IsSmi()); in JSRegExpVerify()
/external/v8/src/heap/
Dfactory.cc3838 store->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::kZero); in SetRegExpIrregexpData()