Searched refs:dex_file_location_data_ (Results 1 – 2 of 2) sorted by relevance
192 const uint8_t* dex_file_location_data_; variable
1405 dex_file_location_data_ = reinterpret_cast<const uint8_t*>(location.data()); in OatDexFile()1421 oat_header->UpdateChecksum(dex_file_location_data_, dex_file_location_size_); in UpdateChecksum()1437 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()