Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc1560 uint32_t size_total = 0; in WriteCode() local
1563 size_total += x; in WriteCode()
1600 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; \ in WriteCode()
1601 CHECK_EQ(file_offset + size_total, static_cast<size_t>(oat_end_file_offset)); in WriteCode()
1602 CHECK_EQ(size_, size_total); in WriteCode()