Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc255 dchecked_vector<OatMethodOffsets> method_offsets_; member in art::linker::OatWriter::OatClass
260 return method_offsets_.size() * sizeof(method_offsets_[0]); in GetMethodOffsetsRawSize()
1258 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
1259 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()
1358 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
1377 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u); in VisitMethod()
1478 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
1479 OatMethodOffsets offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()
1603 const OatMethodOffsets& method_offsets = oat_class->method_offsets_[method_offsets_index]; in VisitMethod()
4025 method_offsets_.resize(compiled_methods_with_code); in OatClass()
[all …]