Home
last modified time | relevance | path

Searched refs:DataAt (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-regexp-inl.h43 return Smi::ToInt(DataAt(kIrregexpCaptureCountIndex)); in capture_count()
51 return Smi::ToInt(DataAt(kIrregexpMaxRegisterCountIndex)); in max_register_count()
56 return String::cast(DataAt(JSRegExp::kAtomPatternIndex)); in atom_pattern()
75 Object value = DataAt(kIrregexpCaptureNameMapIndex); in capture_name_map()
88 Object JSRegExp::DataAt(int index) const { in DataAt() function in v8::internal::JSRegExp
104 DCHECK(DataAt(kIrregexpLatin1CodeIndex).IsCodeT() || in HasCompiledCode()
105 DataAt(kIrregexpLatin1CodeIndex) == uninitialized); in HasCompiledCode()
106 DCHECK(DataAt(kIrregexpUC16CodeIndex).IsCodeT() || in HasCompiledCode()
107 DataAt(kIrregexpUC16CodeIndex) == uninitialized); in HasCompiledCode()
108 DCHECK(DataAt(kIrregexpLatin1BytecodeInde in HasCompiledCode()
[all...]
H A Djs-regexp.cc111 return static_cast<uint32_t>(Smi::ToInt(DataAt(kIrregexpBacktrackLimit))); in backtrack_limit()
162 Object value = DataAt(code_index(is_latin1)); in code()
174 return DataAt(bytecode_index(is_latin1)); in bytecode()
207 return Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)) == 0; in MarkedForTierUp()
213 int tier_up_ticks = Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)) + 1; in ResetLastTierUpTick()
221 int tier_up_ticks = Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)); in TierUpTick()
H A Djs-regexp.h247 inline Object DataAt(int index) const;

Completed in 5 milliseconds