Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc242 uint32_t dex_file_location_size_; member in art::OatWriter::OatDexFile
2255 dex_file_location_size_(strlen(dex_file_location)), in OatDexFile()
2265 return sizeof(dex_file_location_size_) in SizeOf()
2266 + dex_file_location_size_ in SizeOf()
2305 if (!out->WriteFully(&dex_file_location_size_, sizeof(dex_file_location_size_))) { in Write()
2309 oat_writer->size_oat_dex_file_location_size_ += sizeof(dex_file_location_size_); in Write()
2311 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()
2315 oat_writer->size_oat_dex_file_location_data_ += dex_file_location_size_; in Write()