Searched refs:kIrregexpLatin1BytecodeIndex (Results 1 – 6 of 6) sorted by relevance
108 DCHECK(DataAt(kIrregexpLatin1BytecodeIndex).IsByteArray() || in HasCompiledCode()109 DataAt(kIrregexpLatin1BytecodeIndex) == uninitialized); in HasCompiledCode()122 SetDataAt(kIrregexpLatin1BytecodeIndex, uninitialized); in DiscardCompiledCodeForSerialization()
147 return is_latin1 ? kIrregexpLatin1BytecodeIndex in bytecode_index()179 static constexpr int kIrregexpLatin1BytecodeIndex = variable182 kIrregexpLatin1BytecodeIndex + 1;
179 SetDataAt(kIrregexpLatin1BytecodeIndex, *bytecode); in set_bytecode_and_trampoline()
1497 Object latin1_bytecode = arr.get(JSRegExp::kIrregexpLatin1BytecodeIndex); in JSRegExpVerify()1541 arr.get(JSRegExp::kIrregexpLatin1BytecodeIndex); in JSRegExpVerify()
528 data, JSRegExp::kIrregexpLatin1BytecodeIndex); in RegExpExecInternal()
3602 store.set(JSRegExp::kIrregexpLatin1BytecodeIndex, uninitialized); in SetRegExpIrregexpData()3626 store.set(JSRegExp::kIrregexpLatin1BytecodeIndex, uninitialized); in SetRegExpExperimentalData()