Searched refs:method_ids_ (Results 1 – 2 of 2) sorted by relevance
590 return method_ids_[idx]; in GetMethodId()594 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()595 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()596 return &method_id - method_ids_; in GetIndexForMethodId()987 const MethodId* const method_ids_; variable
357 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)), in DexFile()