Searched refs:V8JsCodeTable (Results 1 – 3 of 3) sorted by relevance
136 V8JsCodeTable::~V8JsCodeTable() = default;
2023 class V8JsCodeTable : public macros_internal::MacroTable {2043 using id = IdColumn<V8JsCodeTable::Id>;2068 bool operator==(const V8JsCodeTable::Row& other) const {2087 V8JsCodeTable, ConstRowReference, RowReference> {2096 V8JsCodeTable, RowNumber> {2098 ConstRowReference(const V8JsCodeTable* table, uint32_t row_number) in ConstRowReference()2124 RowReference(const V8JsCodeTable* table, uint32_t row_number) in RowReference()2145 V8JsCodeTable* mutable_table() const { in mutable_table()2146 return const_cast<V8JsCodeTable*>(table()); in mutable_table()2154 ConstIterator, V8JsCodeTable, RowNumber, ConstRowReference> {[all …]
740 const tables::V8JsCodeTable& v8_js_code_table() const { in v8_js_code_table()743 tables::V8JsCodeTable* mutable_v8_js_code_table() { in mutable_v8_js_code_table()1149 tables::V8JsCodeTable v8_js_code_table_{&string_pool_};