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

  /art/dexlayout/
dex_ir.h 399 method_ids_(num_method_ids),
446 IndexedCollectionVector<MethodId>& MethodIds() { return method_ids_; }
447 const IndexedCollectionVector<MethodId>& MethodIds() const { return method_ids_; }
554 IndexedCollectionVector<MethodId> method_ids_; member in class:art::dex_ir::Header
1030 std::vector<MethodId*> method_ids_; member in class:art::dex_ir::CodeFixups
    [all...]
  /art/libdexfile/dex/
dex_file.h 356 return method_ids_[idx];
360 CHECK_GE(&method_id, method_ids_) << GetLocation();
361 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
362 return &method_id - method_ids_;
843 const dex::MethodId* const method_ids_; member in class:art::DexFile::MethodHandleType::dex
    [all...]
dex_file.cc 115 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)),

Completed in 53 milliseconds