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.cc188 dchecked_vector<uint32_t> oat_method_offsets_offsets_from_oat_class_; member in art::OatWriter::OatClass
3081 oat_method_offsets_offsets_from_oat_class_.resize(num_methods); in OatClass()
3115 oat_method_offsets_offsets_from_oat_class_[i] = 0; in OatClass()
3117 oat_method_offsets_offsets_from_oat_class_[i] = oat_method_offsets_offset_from_oat_class; in OatClass()
3137 return oat_method_offsets_offsets_from_oat_class_[class_def_method_index_]; in GetOatMethodOffsetsOffsetFromOatClass()