/external/perfetto/src/trace_processor/ |
D | counter_values_table.cc | 42 uint32_t CounterValuesTable::RowCount() { in RowCount() function in perfetto::trace_processor::CounterValuesTable 60 return RowCount() / 100; in EstimateCost() 61 return RowCount(); in EstimateCost()
|
D | counter_definitions_table.cc | 45 uint32_t CounterDefinitionsTable::RowCount() { in RowCount() function in perfetto::trace_processor::CounterDefinitionsTable 83 return RowCount(); in EstimateCost()
|
D | slice_table.cc | 47 uint32_t SliceTable::RowCount() { in RowCount() function in perfetto::trace_processor::SliceTable 87 return RowCount(); in EstimateCost()
|
D | sched_slice_table.cc | 44 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()
|
D | android_logs_table.h | 34 uint32_t RowCount() override;
|
D | instants_table.h | 34 uint32_t RowCount() override;
|
D | counter_definitions_table.h | 34 uint32_t RowCount() override;
|
D | counter_values_table.h | 35 uint32_t RowCount() override;
|
D | slice_table.h | 42 uint32_t RowCount() override;
|
D | raw_table.h | 34 uint32_t RowCount() override;
|
D | row_iterators.h | 48 uint32_t RowCount() const;
|
D | sched_slice_table.h | 36 uint32_t RowCount() override;
|
D | android_logs_table.cc | 43 uint32_t AndroidLogsTable::RowCount() { in RowCount() function in perfetto::trace_processor::AndroidLogsTable
|
D | instants_table.cc | 46 uint32_t InstantsTable::RowCount() { in RowCount() function in perfetto::trace_processor::InstantsTable
|
D | args_table.h | 36 uint32_t RowCount() override;
|
D | raw_table.cc | 60 uint32_t RawTable::RowCount() { in RowCount() function in perfetto::trace_processor::RawTable 65 info->estimated_cost = RowCount(); in BestIndex()
|
D | storage_table.h | 60 virtual uint32_t RowCount() = 0;
|
D | row_iterators.cc | 79 uint32_t RangeRowIterator::RowCount() const { in RowCount() function in perfetto::trace_processor::RangeRowIterator
|
D | args_table.cc | 43 uint32_t ArgsTable::RowCount() { in RowCount() function in perfetto::trace_processor::ArgsTable
|
D | storage_table.cc | 67 uint32_t max_idx = RowCount(); in CreateRangeIterator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 60 unsigned RowCount = 0; in MatrixMetadata() local 63 ++RowCount; in MatrixMetadata() 69 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 52 unsigned RowCount = 0; in MatrixMetadata() local 55 ++RowCount; in MatrixMetadata() 61 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
|