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

  /art/compiler/dex/
frontend.cc 258 MemStats mem_stats(cu.arena);
259 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats);
  /external/chromium/base/
process_util_linux.cc 43 std::string mem_stats; local
44 if (!file_util::ReadFileToString(stat_file, &mem_stats))
46 base::SplitString(mem_stats, ' ', proc_stats);

Completed in 560 milliseconds