Searched defs:size_total (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Doat_writer.cc465 uint32_t size_total = 0; local
468 size_total += x;
498 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; \
499 CHECK_EQ(file_offset + size_total, static_cast<uint32_t>(out.Seek(0, kSeekCurrent)));
500 CHECK_EQ(size_, size_total);

Completed in 18 milliseconds