Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.cc207 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()
Djs-regexp.h198 static constexpr int kIrregexpTicksUntilTierUpIndex = variable
204 kIrregexpTicksUntilTierUpIndex + 1;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1520 CHECK_EQ(arr.get(JSRegExp::kIrregexpTicksUntilTierUpIndex), in JSRegExpVerify()
1558 CHECK(arr.get(JSRegExp::kIrregexpTicksUntilTierUpIndex).IsSmi()); in JSRegExpVerify()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3607 store.set(JSRegExp::kIrregexpTicksUntilTierUpIndex, ticks_until_tier_up); in SetRegExpIrregexpData()
3631 store.set(JSRegExp::kIrregexpTicksUntilTierUpIndex, uninitialized); in SetRegExpExperimentalData()