Home
last modified time | relevance | path

Searched refs:method_ids_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h590 return method_ids_[idx]; in GetMethodId()
594 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()
595 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()
596 return &method_id - method_ids_; in GetIndexForMethodId()
987 const MethodId* const method_ids_; variable
Ddex_file.cc357 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)), in DexFile()