Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc786 stats_.file_bytes = file->GetLength(); in Dump()
1076 size_t file_bytes; member
1104 file_bytes(0), in Stats()
1144 return (static_cast<double>(size) / static_cast<double>(file_bytes)) * 100; in PercentOfFileBytes()
1260 os << "art_file_bytes = " << PrettySize(file_bytes) << "\n\n" in Dump()
1273 CHECK_EQ(file_bytes, bitmap_bytes + header_bytes + object_bytes + alignment_bytes); in Dump()