Searched refs:class_offsets_offset_ (Results 1 – 1 of 1) sorted by relevance
340 uint32_t class_offsets_offset_; member in art::linker::OatWriter::OatDexFile2037 DCHECK_EQ(oat_dex_file.class_offsets_offset_, 0u); in InitClassOffsets()2041 oat_dex_file.class_offsets_offset_ = offset; in InitClassOffsets()2877 if (oat_dex_file.class_offsets_offset_ != 0u) { in WriteClassOffsets()4054 class_offsets_offset_(0u), in OatDexFile()4067 + sizeof(class_offsets_offset_) in SizeOf()4103 if (!out->WriteFully(&class_offsets_offset_, sizeof(class_offsets_offset_))) { in Write()4107 oat_writer->size_oat_dex_file_class_offsets_offset_ += sizeof(class_offsets_offset_); in Write()