Searched refs:method_ids_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.h587 return method_ids_[idx];
591 CHECK_GE(&method_id, method_ids_) << GetLocation();
592 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
593 return &method_id - method_ids_;
977 const MethodId* const method_ids_; member in class:art::DexFile
H A Ddex_file.cc352 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)),

Completed in 33 milliseconds