Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc4027 uint32_t oat_method_offsets_offset_from_oat_class = OatClassHeader::SizeOf(); in OatClass() local
4032 oat_method_offsets_offset_from_oat_class += sizeof(method_bitmap_size_); in OatClass()
4033 oat_method_offsets_offset_from_oat_class += method_bitmap_size_; in OatClass()
4042 oat_method_offsets_offsets_from_oat_class_[i] = oat_method_offsets_offset_from_oat_class; in OatClass()
4043 oat_method_offsets_offset_from_oat_class += sizeof(OatMethodOffsets); in OatClass()