Searched refs:kIrregexpTicksUntilTierUpIndex (Results 1 – 4 of 4) sorted by relevance
207 return Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)) == 0; in MarkedForTierUp()213 int tier_up_ticks = Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)) + 1; in ResetLastTierUpTick()214 FixedArray::cast(data()).set(JSRegExp::kIrregexpTicksUntilTierUpIndex, in ResetLastTierUpTick()221 int tier_up_ticks = Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)); in TierUpTick()225 FixedArray::cast(data()).set(JSRegExp::kIrregexpTicksUntilTierUpIndex, in TierUpTick()232 FixedArray::cast(data()).set(JSRegExp::kIrregexpTicksUntilTierUpIndex, in MarkTierUpForNextExec()
198 static constexpr int kIrregexpTicksUntilTierUpIndex = variable204 kIrregexpTicksUntilTierUpIndex + 1;
1520 CHECK_EQ(arr.get(JSRegExp::kIrregexpTicksUntilTierUpIndex), in JSRegExpVerify()1558 CHECK(arr.get(JSRegExp::kIrregexpTicksUntilTierUpIndex).IsSmi()); in JSRegExpVerify()
3607 store.set(JSRegExp::kIrregexpTicksUntilTierUpIndex, ticks_until_tier_up); in SetRegExpIrregexpData()3631 store.set(JSRegExp::kIrregexpTicksUntilTierUpIndex, uninitialized); in SetRegExpExperimentalData()