Searched refs:method_offsets_ (Results 1 – 1 of 1) sorted by relevance
278 dchecked_vector<OatMethodOffsets> method_offsets_; member in art::linker::OatWriter::OatClass283 return method_offsets_.size() * sizeof(method_offsets_[0]); in GetMethodOffsetsRawSize()1394 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()1395 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()1480 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()1490 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u); in VisitMethod()1576 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()1577 offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()1722 const OatMethodOffsets& method_offsets = oat_class->method_offsets_[method_offsets_index]; in VisitMethod()4161 method_offsets_.resize(compiled_methods_with_code); in OatClass()[all …]