Searched refs:size_total (Results 1 – 1 of 1) sorted by relevance
2301 uint32_t size_total = 0; in WriteCode() local2304 size_total += (x); in WriteCode()2353 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; in WriteCode()2355 CHECK_EQ(vdex_size_ + oat_size_, size_total); in WriteCode()2356 CHECK_EQ(file_offset + size_total - vdex_size_, static_cast<size_t>(oat_end_file_offset)); in WriteCode()