Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc167 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()
173 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()
189 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()
195 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()
211 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()
217 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()
492 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
493 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()
565 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
607 DCHECK_LT(method_offsets_index_, oat_class->method_offsets_.size()); in VisitMethod()
[all …]
Doat_writer.h254 std::vector<OatMethodOffsets> method_offsets_; variable