Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc912 ASSERT(arr->get(JSRegExp::kIrregexpMaxRegisterCountIndex)->IsSmi()); in JSRegExpVerify()
Dfactory.cc941 store->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(0)); in SetRegExpIrregexpData()
Djsregexp.cc310 re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value(); in IrregexpMaxRegisterCount()
315 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value)); in SetIrregexpMaxRegisterCount()
325 return Smi::cast(re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value(); in IrregexpNumberOfRegisters()
Dobjects.h3623 static const int kIrregexpMaxRegisterCountIndex = kDataIndex + 2; variable