Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc3996 uint32_t oat_method_offsets_offset_from_oat_class = OatClassHeader::SizeOf(); in OatClass() local
4002 oat_method_offsets_offset_from_oat_class += sizeof(num_methods_); in OatClass()
4007 oat_method_offsets_offset_from_oat_class += bitmap_size; in OatClass()
4014 oat_method_offsets_offsets_from_oat_class_[i] = oat_method_offsets_offset_from_oat_class; in OatClass()
4015 oat_method_offsets_offset_from_oat_class += sizeof(OatMethodOffsets); in OatClass()