Searched refs:method_ids_ (Results 1 – 3 of 3) sorted by relevance
410 return method_ids_[idx]; in GetMethodId()414 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()415 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()416 return &method_id - method_ids_; in GetIndexForMethodId()908 const dex::MethodId* const method_ids_; variable
108 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)), in DexFile()
407 method_ids_(num_method_ids), in Header()454 IndexedCollectionVector<MethodId>& MethodIds() { return method_ids_; } in MethodIds()455 const IndexedCollectionVector<MethodId>& MethodIds() const { return method_ids_; } in MethodIds()562 IndexedCollectionVector<MethodId> method_ids_; variable1027 method_ids_(std::move(method_ids)), in CodeFixups()1032 const std::vector<MethodId*>& MethodIds() const { return method_ids_; } in MethodIds()1038 std::vector<MethodId*> method_ids_; variable