HomeSort by relevance Sort by last modified time
    Searched defs:method_ids_ (Results 1 - 2 of 2) sorted by null

  /art/libdexfile/dex/
dex_file.h 594 return method_ids_[idx];
598 CHECK_GE(&method_id, method_ids_) << GetLocation();
599 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
600 return &method_id - method_ids_;
1074 const MethodId* const method_ids_; member in class:art::DexFile::MethodHandleType
    [all...]
  /art/dexlayout/
dex_ir.h 214 CollectionVector<MethodId>::Vector& MethodIds() { return method_ids_.Collection(); }
312 uint32_t MethodIdsOffset() const { return method_ids_.GetOffset(); }
333 void SetMethodIdsOffset(uint32_t new_offset) { method_ids_.SetOffset(new_offset); }
358 uint32_t MethodIdsSize() const { return method_ids_.Size(); }
435 IndexedCollectionVector<MethodId> method_ids_; member in class:art::dex_ir::Collections
1050 std::vector<MethodId*> method_ids_; member in class:art::dex_ir::CodeFixups
    [all...]

Completed in 73 milliseconds