Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h291 const OatMethodOffsets* const methods_pointer_; variable
Doat_file.cc2383 methods_pointer_(methods_pointer) { in OatClass()
2400 if (methods_pointer_ == nullptr) { in GetOatMethodOffsets()
2419 oat_file_->End() - reinterpret_cast<const uint8_t*>(methods_pointer_)); in GetOatMethodOffsets()
2423 const OatMethodOffsets& oat_method_offsets = methods_pointer_[methods_pointer_index]; in GetOatMethodOffsets()