Searched refs:raw_dex_file_shared_data_begin (Results 1 – 1 of 1) sorted by relevance
3191 const uint8_t* raw_dex_file_shared_data_begin = nullptr; in WriteDexFiles() local3209 if (raw_dex_file_shared_data_begin == nullptr) { in WriteDexFiles()3210 raw_dex_file_shared_data_begin = cur_data_begin; in WriteDexFiles()3211 } else if (raw_dex_file_shared_data_begin != cur_data_begin) { in WriteDexFiles()3213 << static_cast<const void*>(raw_dex_file_shared_data_begin) in WriteDexFiles()3296 memcpy(vdex_begin_ + vdex_size_, raw_dex_file_shared_data_begin, shared_data_size); in WriteDexFiles()