Home | History | Annotate | Download | only in compiler

Lines Matching refs:dex_file_location_data_

800   dex_file_location_data_ = reinterpret_cast<const uint8_t*>(location.data());
816 oat_header.UpdateChecksum(dex_file_location_data_, dex_file_location_size_);
832 if (!out.WriteFully(dex_file_location_data_, dex_file_location_size_)) {