Searched defs:method_ids_ (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Ddex_file.h590 return method_ids_[idx];
594 CHECK_GE(&method_id, method_ids_) << GetLocation();
595 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
596 return &method_id - method_ids_;
987 const MethodId* const method_ids_; member in class:art::DexFile

Completed in 352 milliseconds