Home
last modified time | relevance | path

Searched refs:V8JsFunctionTable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dv8_tracker.h63 tables::V8JsFunctionTable::Id InternJsFunction(
71 tables::V8JsFunctionTable::Id function_id,
92 size_t operator()(const tables::V8JsFunctionTable::Row& v) const { in operator()
187 base::FlatHashMap<tables::V8JsFunctionTable::Row,
188 tables::V8JsFunctionTable::Id,
H A Dv8_sequence_state.h43 std::optional<tables::V8JsFunctionTable::Id> GetOrInsertJsFunction(
64 base::FlatHashMap<InterningId, tables::V8JsFunctionTable::Id> js_functions_;
H A Dv8_tracker.cc332 tables::V8JsFunctionTable::Id V8Tracker::InternJsFunction( in InternJsFunction()
338 tables::V8JsFunctionTable::Row row; in InternJsFunction()
356 tables::V8JsFunctionTable::Id function_id = in InternJsFunction()
394 tables::V8JsFunctionTable::Id function_id, in AddJsCode()
H A Dv8_sequence_state.cc64 std::optional<tables::V8JsFunctionTable::Id>
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dv8_tables_py.h1516 class V8JsFunctionTable : public macros_internal::MacroTable {
1538 using id = IdColumn<V8JsFunctionTable::Id>;
1571 bool operator==(const V8JsFunctionTable::Row& other) const {
1594 V8JsFunctionTable, ConstRowReference, RowReference> {
1603 V8JsFunctionTable, RowNumber> {
1605 ConstRowReference(const V8JsFunctionTable* table, uint32_t row_number) in ConstRowReference()
1637 RowReference(const V8JsFunctionTable* table, uint32_t row_number) in RowReference()
1666 V8JsFunctionTable* mutable_table() const { in mutable_table()
1667 return const_cast<V8JsFunctionTable*>(table()); in mutable_table()
1675 ConstIterator, V8JsFunctionTable, RowNumber, ConstRowReference> {
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc135 V8JsFunctionTable::~V8JsFunctionTable() = default;
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h734 const tables::V8JsFunctionTable& v8_js_function_table() const { in v8_js_function_table()
737 tables::V8JsFunctionTable* mutable_v8_js_function_table() { in mutable_v8_js_function_table()
1148 tables::V8JsFunctionTable v8_js_function_table_{&string_pool_};