Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc165 uint32_t offset = oat_class->method_headers_[method_offsets_index].gc_map_offset_; in GetOffset()
172 oat_class->method_headers_[method_offsets_index].gc_map_offset_ = in SetOffset()
187 uint32_t offset = oat_class->method_headers_[method_offsets_index].mapping_table_offset_; in GetOffset()
194 oat_class->method_headers_[method_offsets_index].mapping_table_offset_ = in SetOffset()
209 uint32_t offset = oat_class->method_headers_[method_offsets_index].vmap_table_offset_; in GetOffset()
216 oat_class->method_headers_[method_offsets_index].vmap_table_offset_ = in SetOffset()
410 DCHECK_LT(method_offsets_index_, oat_class->method_headers_.size()); in VisitMethod()
411 OatQuickMethodHeader* method_header = &oat_class->method_headers_[method_offsets_index_]; in VisitMethod()
722 oat_class->method_headers_[method_offsets_index_]; in VisitMethod()
1489 method_headers_.resize(num_non_null_compiled_methods); in OatClass()
Doat_writer.h255 std::vector<OatQuickMethodHeader> method_headers_; variable