Searched refs:proto_ids_size_ (Results 1 – 9 of 9) sorted by relevance
/art/runtime/utils/ |
D | dex_cache_arrays_layout-inl.h | 46 RoundUp(method_types_offset_ + MethodTypesSize(header.proto_ids_size_), in DexCacheArraysLayout()
|
/art/libdexfile/dex/ |
D | dex_file.h | 101 uint32_t proto_ids_size_ = 0; // number of ProtoIds, we don't support more than 65535 member 458 return header_->proto_ids_size_; in NumProtoIds() 469 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()
|
D | dex_file_loader_test.cc | 294 EXPECT_EQ(2U, header.proto_ids_size_); in ValidateDexFileHeader()
|
D | dex_file_verifier.cc | 362 header_->proto_ids_size_, in CheckHeader() 365 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") && in CheckHeader() 475 ((header_->proto_ids_off_ != 0) || (header_->proto_ids_size_ != 0)))) { in CheckMap() 844 if (!CheckIndex(idx, header_->proto_ids_size_, "method_type value")) { in CheckEncodedValue() 1934 expected_size = header_->proto_ids_size_; in CheckIntraIdSection()
|
D | test_dex_file_builder.h | 137 header->proto_ids_size_ = protos_.size(); in Build()
|
/art/dexdump/ |
D | dexdump.cc | 575 fprintf(gOutFile, "proto_ids_size : %d\n", pHeader.proto_ids_size_); in dumpFileHeader() 871 if (secondary_index < pDexFile->GetHeader().proto_ids_size_) { in indexString() 889 if (index < pDexFile->GetHeader().proto_ids_size_) { in indexString()
|
/art/dexlayout/ |
D | compact_dex_writer.cc | 288 header.proto_ids_size_ = header_->ProtoIds().Size(); in WriteHeader()
|
D | dex_writer.cc | 817 header.proto_ids_size_ = header_->ProtoIds().Size(); in WriteHeader()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1266 if (UNLIKELY(idx >= dex_file_->GetHeader().proto_ids_size_)) { in CheckPrototypeIndex() 1268 << dex_file_->GetHeader().proto_ids_size_ << ")"; in CheckPrototypeIndex()
|