Searched refs:after_header_start (Results 1 – 1 of 1) sorted by relevance
105 const uint8_t* after_header_start = stream; in ProcessDexFiles() local162 total_non_header_bytes_ += stream - after_header_start; in ProcessDexFiles()163 if (unique_non_header.insert(std::vector<uint8_t>(after_header_start, stream)).second) { in ProcessDexFiles()164 total_unique_non_header_bytes_ += stream - after_header_start; in ProcessDexFiles()