Searched defs:method_offsets (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/
H A Doat_writer.cc610 const OatMethodOffsets& method_offsets = oat_class->method_offsets_[method_offsets_index_]; local
611 DCHECK(method_offsets.code_offset_ < offset_ || method_offsets.code_offset_ ==
614 if (method_offsets.code_offset_ >= offset_) {

Completed in 6 milliseconds