Home
last modified time | relevance | path

Searched refs:raw_output (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc3629 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local
3633 if (!dex_file->ExtractToMemory(raw_output, &error_msg)) { in WriteDexFile()
3645 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local
3647 if (!dex_file->PreadFully(raw_output, oat_dex_file->dex_file_size_, /*offset=*/ 0u)) { in WriteDexFile()
3668 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local
3669 memcpy(raw_output, dex_file, oat_dex_file->dex_file_size_); in WriteDexFile()