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

  /art/runtime/
method_reference.h 27 // A method is uniquely located by its DexFile and the method_ids_ table index into that DexFile
dex_file.h 534 return method_ids_[idx];
538 CHECK_GE(&method_id, method_ids_) << GetLocation();
539 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
540 return &method_id - method_ids_;
851 method_ids_(0),
906 const MethodId* method_ids_; member in class:art::DexFile
    [all...]
dex_file.cc 294 method_ids_ = reinterpret_cast<const MethodId*>(b + h->method_ids_off_);
    [all...]

Completed in 171 milliseconds