Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h295 const OatMethodOffsets* const methods_pointer_; variable
Doat_file.cc2321 methods_pointer_(methods_pointer) { in OatClass()
2338 if (methods_pointer_ == nullptr) { in GetOatMethodOffsets()
2357 oat_file_->End() - reinterpret_cast<const uint8_t*>(methods_pointer_)); in GetOatMethodOffsets()
2361 const OatMethodOffsets& oat_method_offsets = methods_pointer_[methods_pointer_index]; in GetOatMethodOffsets()