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

  /art/dexlayout/
dex_ir.h 173 std::vector<std::unique_ptr<MethodId>>& MethodIds() { return method_ids_.Collection(); }
262 uint32_t MethodIdsOffset() const { return method_ids_.GetOffset(); }
283 void SetMethodIdsOffset(uint32_t new_offset) { method_ids_.SetOffset(new_offset); }
308 uint32_t MethodIdsSize() const { return method_ids_.Size(); }
336 CollectionVector<MethodId> method_ids_; member in class:art::dex_ir::Collections
906 std::unique_ptr<std::vector<MethodId*>> method_ids_; member in class:art::dex_ir::CodeFixups
    [all...]
  /art/runtime/
dex_file.h 664 return method_ids_[idx];
668 CHECK_GE(&method_id, method_ids_) << GetLocation();
669 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
670 return &method_id - method_ids_;
1211 const MethodId* const method_ids_; member in class:art::DexFile::MethodHandleType
    [all...]

Completed in 569 milliseconds