Searched refs:class_offsets_offset_ (Results 1 – 1 of 1) sorted by relevance
351 uint32_t class_offsets_offset_; member in art::linker::OatWriter::OatDexFile2048 DCHECK_EQ(oat_dex_file.class_offsets_offset_, 0u); in InitClassOffsets()2052 oat_dex_file.class_offsets_offset_ = offset; in InitClassOffsets()2820 if (oat_dex_file.class_offsets_offset_ != 0u) { in WriteClassOffsets()3917 class_offsets_offset_(0u), in OatDexFile()3930 + sizeof(class_offsets_offset_) in SizeOf()3966 if (!out->WriteFully(&class_offsets_offset_, sizeof(class_offsets_offset_))) { in Write()3970 oat_writer->size_oat_dex_file_class_offsets_offset_ += sizeof(class_offsets_offset_); in Write()