Home
last modified time | relevance | path

Searched refs:ConstDumpable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dlogging.h255 class ConstDumpable {
257 explicit ConstDumpable(const T& value) : value_(value) { in ConstDumpable() function
267 DISALLOW_COPY_AND_ASSIGN(ConstDumpable);
271 std::ostream& operator<<(std::ostream& os, const ConstDumpable<T>& rhs) {
/art/runtime/gc/
Dheap.cc827 os << ConstDumpable<CumulativeLogger>(logger); in DumpGcPerformanceInfo()
2262 VLOG(heap) << ConstDumpable<TimingLogger>(*current_gc_iteration_.GetTimings()); in CollectGarbageInternal()