Searched refs:DataAt (Results 1 – 6 of 6) sorted by relevance
45 return Smi::ToInt(DataAt(kIrregexpCaptureCountIndex)); in CaptureCount()53 return Smi::ToInt(DataAt(kIrregexpMaxRegisterCountIndex)); in MaxRegisterCount()73 Object value = DataAt(kIrregexpCaptureNameMapIndex); in CaptureNameMap()78 Object JSRegExp::DataAt(int index) const { in DataAt() function102 DCHECK(DataAt(kIrregexpLatin1CodeIndex).IsCode() || in HasCompiledCode()103 DataAt(kIrregexpLatin1CodeIndex) == uninitialized); in HasCompiledCode()104 DCHECK(DataAt(kIrregexpUC16CodeIndex).IsCode() || in HasCompiledCode()105 DataAt(kIrregexpUC16CodeIndex) == uninitialized); in HasCompiledCode()106 DCHECK(DataAt(kIrregexpLatin1BytecodeIndex).IsByteArray() || in HasCompiledCode()107 DataAt(kIrregexpLatin1BytecodeIndex) == uninitialized); in HasCompiledCode()[all …]
168 return static_cast<uint32_t>(Smi::ToInt(DataAt(kIrregexpBacktrackLimit))); in BacktrackLimit()230 return DataAt(code_index(is_latin1)); in Code()235 return DataAt(bytecode_index(is_latin1)); in Bytecode()257 return Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)) == 0; in MarkedForTierUp()263 int tier_up_ticks = Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)) + 1; in ResetLastTierUpTick()271 int tier_up_ticks = Smi::ToInt(DataAt(kIrregexpTicksUntilTierUpIndex)); in TierUpTick()
113 inline Object DataAt(int index) const;
43 return re->DataAt(JSRegExp::kIrregexpLatin1BytecodeIndex) != in IsCompiled()177 String source = String::cast(regexp.DataAt(JSRegExp::kSourceIndex)); in ExecRaw()182 ByteArray::cast(regexp.DataAt(JSRegExp::kIrregexpLatin1BytecodeIndex)); in ExecRaw()
323 String needle = String::cast(regexp->DataAt(JSRegExp::kAtomPatternIndex)); in AtomExecRaw()
535 String::cast(pattern_regexp->DataAt(JSRegExp::kAtomPatternIndex)); in StringReplaceGlobalAtomRegExpWithString()