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

  /art/runtime/base/
logging.h 230 // os << Dumpable<MyType>(my_type_instance);
233 class Dumpable {
235 explicit Dumpable(T& value) : value_(value) {
245 DISALLOW_COPY_AND_ASSIGN(Dumpable);
249 std::ostream& operator<<(std::ostream& os, const Dumpable<T>& rhs) {
  /art/runtime/
runtime_linux.cc 305 << "OS: " << Dumpable<OsInfo>(os_info) << "\n"
308 << "Registers:\n" << Dumpable<UContext>(thread_context) << "\n"
309 << "Backtrace:\n" << Dumpable<Backtrace>(thread_backtrace);
runtime.cc 284 LOG(INTERNAL_FATAL) << Dumpable<AbortState>(state);
    [all...]
jni_internal.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/dex/
frontend.cc 531 LOG(INFO) << Dumpable<TimingLogger>(timings);
763 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(stack_stats);
791 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats);
  /art/patchoat/
patchoat.cc     [all...]

Completed in 267 milliseconds