Searched refs:method_offsets_ (Results 1 – 1 of 1) sorted by relevance
277 dchecked_vector<OatMethodOffsets> method_offsets_; member in art::linker::OatWriter::OatClass282 return method_offsets_.size() * sizeof(method_offsets_[0]); in GetMethodOffsetsRawSize()1373 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()1374 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()1459 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()1469 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u); in VisitMethod()1555 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()1556 offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()1699 const OatMethodOffsets& method_offsets = oat_class->method_offsets_[method_offsets_index]; in VisitMethod()4144 method_offsets_.resize(compiled_methods_with_code); in OatClass()[all …]