Searched defs:GetMetrics (Results 1 – 3 of 3) sorted by relevance
/art/runtime/metrics/ | ||
D | reporter.cc | 192 const ArtMetrics* MetricsReporter::GetMetrics() { in GetMetrics() function in art::metrics::MetricsReporter |
D | reporter_test.cc | 41 const ArtMetrics* GetMetrics() override { in GetMetrics() function in art::metrics::MockMetricsReporter |
/art/runtime/ | ||
D | runtime.h | 1022 metrics::ArtMetrics* GetMetrics() { return &metrics_; } in GetMetrics() function |