Searched refs:size_total (Results 1 – 1 of 1) sorted by relevance
2694 uint32_t size_total = 0; in CheckOatSize() local2697 size_total += (x); in CheckOatSize()2754 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; in CheckOatSize()2756 CHECK_EQ(vdex_size_ + oat_size_, size_total); in CheckOatSize()2757 CHECK_EQ(file_offset + size_total - vdex_size_, static_cast<size_t>(oat_end_file_offset)); in CheckOatSize()