HomeSort by relevance Sort by last modified time
    Searched refs:ConstDumpable (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
logging.h 255 class ConstDumpable {
257 explicit ConstDumpable(const T& value) : value_(value) {
267 DISALLOW_COPY_AND_ASSIGN(ConstDumpable);
271 std::ostream& operator<<(std::ostream& os, const ConstDumpable<T>& rhs) {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 64 milliseconds