Searched refs:method_ids_ (Results 1 – 2 of 2) sorted by relevance
641 return method_ids_[idx]; in GetMethodId()645 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()646 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()647 return &method_id - method_ids_; in GetIndexForMethodId()1264 const MethodId* const method_ids_; variable
439 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)), in DexFile()