Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h641 return method_ids_[idx]; in GetMethodId()
645 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()
646 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()
647 return &method_id - method_ids_; in GetIndexForMethodId()
1264 const MethodId* const method_ids_; variable
Ddex_file.cc439 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)), in DexFile()