Lines Matching refs:MethodId
123 (reinterpret_cast<const DexFile::MethodId*>(begin + header->method_ids_off_) + in FindMethodName()
184 const DexFile::MethodId* DexFileVerifier::CheckLoadMethodId(uint32_t idx, const char* err_string) { in CheckLoadMethodId()
214 const DexFile::MethodId* (var) = CheckLoadMethodId(idx, error_string); \
687 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + idx)-> in CheckClassDataItemMethod()
964 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + index)-> in FindClassIndexAndDef()
1674 if (!CheckListSize(ptr_, 1, sizeof(DexFile::MethodId), "method_ids")) { in CheckIntraSectionIterate()
1677 ptr_ += sizeof(DexFile::MethodId); in CheckIntraSectionIterate()
2205 const DexFile::MethodId* item = reinterpret_cast<const DexFile::MethodId*>(ptr_); in CheckInterMethodIdItem()
2230 const DexFile::MethodId* prev_item = reinterpret_cast<const DexFile::MethodId*>(previous_item_); in CheckInterMethodIdItem()
2247 ptr_ += sizeof(DexFile::MethodId); in CheckInterMethodIdItem()
2965 const DexFile::MethodId* method_id = in GetMethodDescriptionOrError()
2966 reinterpret_cast<const DexFile::MethodId*>(begin + header->method_ids_off_) + idx; in GetMethodDescriptionOrError()
3257 const DexFile::MethodId* const method_id = CheckLoadMethodId(method_index, in CheckConstructorProperties()