Searched defs:oat_method_offsets_offset_from_oat_class (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/
H A Doat_writer.cc1186 uint32_t oat_method_offsets_offset_from_oat_class = sizeof(type_) + sizeof(status_); local
1190 oat_method_offsets_offset_from_oat_class += sizeof(method_bitmap_size_);
1191 oat_method_offsets_offset_from_oat_class += method_bitmap_size_;
1202 oat_method_offsets_offsets_from_oat_class_[i] = oat_method_offsets_offset_from_oat_class;
1203 oat_method_offsets_offset_from_oat_class += sizeof(OatMethodOffsets);

Completed in 5 milliseconds