Home
last modified time | relevance | path

Searched refs:V8RegexpCodeTable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc139 V8RegexpCodeTable::~V8RegexpCodeTable() = default;
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dv8_tables_py.h3348 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 …]
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h758 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_};