Home
last modified time | relevance | path

Searched refs:RowCount (Results 1 – 22 of 22) sorted by relevance

/external/perfetto/src/trace_processor/
Dcounter_values_table.cc42 uint32_t CounterValuesTable::RowCount() { in RowCount() function in perfetto::trace_processor::CounterValuesTable
60 return RowCount() / 100; in EstimateCost()
61 return RowCount(); in EstimateCost()
Dcounter_definitions_table.cc45 uint32_t CounterDefinitionsTable::RowCount() { in RowCount() function in perfetto::trace_processor::CounterDefinitionsTable
83 return RowCount(); in EstimateCost()
Dslice_table.cc47 uint32_t SliceTable::RowCount() { in RowCount() function in perfetto::trace_processor::SliceTable
87 return RowCount(); in EstimateCost()
Dsched_slice_table.cc44 uint32_t SchedSliceTable::RowCount() { in RowCount() function in perfetto::trace_processor::SchedSliceTable
86 return RowCount() / storage_->thread_count(); in EstimateQueryCost()
91 return RowCount(); in EstimateQueryCost()
Dandroid_logs_table.h34 uint32_t RowCount() override;
Dinstants_table.h34 uint32_t RowCount() override;
Dcounter_definitions_table.h34 uint32_t RowCount() override;
Dcounter_values_table.h35 uint32_t RowCount() override;
Dslice_table.h42 uint32_t RowCount() override;
Draw_table.h34 uint32_t RowCount() override;
Drow_iterators.h48 uint32_t RowCount() const;
Dsched_slice_table.h36 uint32_t RowCount() override;
Dandroid_logs_table.cc43 uint32_t AndroidLogsTable::RowCount() { in RowCount() function in perfetto::trace_processor::AndroidLogsTable
Dinstants_table.cc46 uint32_t InstantsTable::RowCount() { in RowCount() function in perfetto::trace_processor::InstantsTable
Dargs_table.h36 uint32_t RowCount() override;
Draw_table.cc60 uint32_t RawTable::RowCount() { in RowCount() function in perfetto::trace_processor::RawTable
65 info->estimated_cost = RowCount(); in BestIndex()
Dstorage_table.h60 virtual uint32_t RowCount() = 0;
Drow_iterators.cc79 uint32_t RangeRowIterator::RowCount() const { in RowCount() function in perfetto::trace_processor::RangeRowIterator
Dargs_table.cc43 uint32_t ArgsTable::RowCount() { in RowCount() function in perfetto::trace_processor::ArgsTable
Dstorage_table.cc67 uint32_t max_idx = RowCount(); in CreateRangeIterator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h60 unsigned RowCount = 0; in MatrixMetadata() local
63 ++RowCount; in MatrixMetadata()
69 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h52 unsigned RowCount = 0; in MatrixMetadata() local
55 ++RowCount; in MatrixMetadata()
61 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()