Lines Matching refs:method_offsets_
243 CHECK_EQ(oat_classes_[oat_class_index]->method_offsets_.size(),
389 oat_class->method_offsets_[class_def_method_index] =
671 oat_classes_[oat_class_index]->method_offsets_[class_def_method_index];
860 method_offsets_.resize(methods_count);
871 + (sizeof(method_offsets_[0]) * class_def_method_index_);
875 return GetOatMethodOffsetsOffsetFromOatClass(method_offsets_.size());
880 oat_header.UpdateChecksum(&method_offsets_[0],
881 sizeof(method_offsets_[0]) * method_offsets_.size());
895 if (!out.WriteFully(&method_offsets_[0],
896 sizeof(method_offsets_[0]) * method_offsets_.size())) {
900 oat_writer->size_oat_class_method_offsets_ += sizeof(method_offsets_[0]) * method_offsets_.size();
902 GetOatMethodOffsetsOffsetFromOatHeader(method_offsets_.size())),