Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc262 return dex_file_location_data_; in GetLocation()
288 const char* dex_file_location_data_; member in art::OatWriter::OatDexFile
3332 dex_file_location_data_(dex_file_location), in OatDexFile()
3363 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()