Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc175 dchecked_vector<uint32_t> oat_method_offsets_offsets_from_oat_class_; member in art::OatWriter::OatClass
2363 oat_method_offsets_offsets_from_oat_class_.resize(num_methods); in OatClass()
2397 oat_method_offsets_offsets_from_oat_class_[i] = 0; in OatClass()
2399 oat_method_offsets_offsets_from_oat_class_[i] = oat_method_offsets_offset_from_oat_class; in OatClass()
2419 return oat_method_offsets_offsets_from_oat_class_[class_def_method_index_]; in GetOatMethodOffsetsOffsetFromOatClass()