Searched refs:V8RegexpCodeTable (Results 1 – 3 of 3) sorted by relevance
139 V8RegexpCodeTable::~V8RegexpCodeTable() = default;
3348 class V8RegexpCodeTable : public macros_internal::MacroTable {3367 using id = IdColumn<V8RegexpCodeTable::Id>;3388 bool operator==(const V8RegexpCodeTable::Row& other) const {3405 V8RegexpCodeTable, ConstRowReference, RowReference> {3414 V8RegexpCodeTable, RowNumber> {3416 ConstRowReference(const V8RegexpCodeTable* table, uint32_t row_number) in ConstRowReference()3439 RowReference(const V8RegexpCodeTable* table, uint32_t row_number) in RowReference()3456 V8RegexpCodeTable* mutable_table() const { in mutable_table()3457 return const_cast<V8RegexpCodeTable*>(table()); in mutable_table()3465 ConstIterator, V8RegexpCodeTable, RowNumber, ConstRowReference> {[all …]
758 const tables::V8RegexpCodeTable& v8_regexp_code_table() const { in v8_regexp_code_table()761 tables::V8RegexpCodeTable* mutable_v8_regexp_code_table() { in mutable_v8_regexp_code_table()1152 tables::V8RegexpCodeTable v8_regexp_code_table_{&string_pool_};