Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc289 dchecked_vector<OatMethodOffsets> method_offsets_; member in art::linker::OatWriter::OatClass
294 return method_offsets_.size() * sizeof(method_offsets_[0]); in GetMethodOffsetsRawSize()
1405 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
1406 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()
1491 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
1501 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u); in VisitMethod()
1587 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
1588 offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()
1733 const OatMethodOffsets& method_offsets = oat_class->method_offsets_[method_offsets_index]; in VisitMethod()
4024 method_offsets_.resize(compiled_methods_with_code); in OatClass()
[all …]