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

/art/runtime/
H A Ddex_file.h661 return method_ids_[idx];
665 CHECK_GE(&method_id, method_ids_) << GetLocation();
666 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
667 return &method_id - method_ids_;
1208 const MethodId* const method_ids_; member in class:art::DexFile::MethodHandleType
/art/dexlayout/
H A Ddex_ir.h172 std::vector<std::unique_ptr<MethodId>>& MethodIds() { return method_ids_.Collection(); }
261 uint32_t MethodIdsOffset() const { return method_ids_.GetOffset(); }
282 void SetMethodIdsOffset(uint32_t new_offset) { method_ids_.SetOffset(new_offset); }
307 uint32_t MethodIdsSize() const { return method_ids_.Size(); }
335 CollectionVector<MethodId> method_ids_; member in class:art::dex_ir::Collections
894 method_ids_(method_ids),
899 std::vector<MethodId*>* MethodIds() const { return method_ids_.get(); }
905 std::unique_ptr<std::vector<MethodId*>> method_ids_; member in class:art::dex_ir::CodeFixups

Completed in 266 milliseconds