Searched refs:size_total (Results 1 – 1 of 1) sorted by relevance
2752 uint32_t size_total = 0; in CheckOatSize() local2755 size_total += (x); in CheckOatSize()2811 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; in CheckOatSize()2813 CHECK_EQ(vdex_size_ + oat_size_, size_total); in CheckOatSize()2814 CHECK_EQ(file_offset + size_total - vdex_size_, static_cast<size_t>(oat_end_file_offset)); in CheckOatSize()