Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc2383 uint32_t oat_method_offsets_offset_from_oat_class = sizeof(type_) + sizeof(status_); in OatClass() local
2387 oat_method_offsets_offset_from_oat_class += sizeof(method_bitmap_size_); in OatClass()
2388 oat_method_offsets_offset_from_oat_class += method_bitmap_size_; in OatClass()
2399 oat_method_offsets_offsets_from_oat_class_[i] = oat_method_offsets_offset_from_oat_class; in OatClass()
2400 oat_method_offsets_offset_from_oat_class += sizeof(OatMethodOffsets); in OatClass()