Searched refs:class_offsets_offset_ (Results 1 – 1 of 1) sorted by relevance
314 uint32_t class_offsets_offset_; member in art::linker::OatWriter::OatDexFile1968 DCHECK_EQ(oat_dex_file.class_offsets_offset_, 0u); in InitClassOffsets()1972 oat_dex_file.class_offsets_offset_ = offset; in InitClassOffsets()2767 if (oat_dex_file.class_offsets_offset_ != 0u) { in WriteClassOffsets()3839 class_offsets_offset_(0u), in OatDexFile()3852 sizeof(class_offsets_offset_) + sizeof(lookup_table_offset_) + in SizeOf()3899 if (!out->WriteFully(&class_offsets_offset_, sizeof(class_offsets_offset_))) { in Write()3903 oat_writer->size_oat_dex_file_class_offsets_offset_ += sizeof(class_offsets_offset_); in Write()