Searched refs:kIrregexpMaxRegisterCountIndex (Results 1 – 4 of 4) sorted by relevance
121 static const int kIrregexpMaxRegisterCountIndex = kDataIndex + 2; variable
369 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()
1412 CHECK(arr->get(JSRegExp::kIrregexpMaxRegisterCountIndex)->IsSmi()); in JSRegExpVerify()
3838 store->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::kZero); in SetRegExpIrregexpData()