Searched refs:method_ids_ (Results 1 – 2 of 2) sorted by relevance
607 return method_ids_[idx]; in GetMethodId()611 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()612 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()613 return &method_id - method_ids_; in GetIndexForMethodId()1012 const MethodId* const method_ids_; variable
409 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)), in DexFile()