HomeSort by relevance Sort by last modified time
    Searched refs:proto_ids_size_ (Results 1 - 7 of 7) sorted by null

  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 45 RoundUp(method_types_offset_ + MethodTypesSize(header.proto_ids_size_),
  /art/runtime/
dex_file.h 87 uint32_t proto_ids_size_; // number of ProtoIds, we don't support more than 65535 member in struct:art::DexFile::Header
775 return header_->proto_ids_size_;
786 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation();
    [all...]
dex_file_verifier.cc 413 header_->proto_ids_size_,
416 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") &&
518 ((header_->proto_ids_off_ != 0) || (header_->proto_ids_size_ != 0)))) {
859 if (!CheckIndex(idx, header_->proto_ids_size_, "method_type value")) {
    [all...]
dex_file_test.cc 288 EXPECT_EQ(2U, header.proto_ids_size_);
  /art/compiler/utils/
test_dex_file_builder.h 134 header->proto_ids_size_ = protos_.size();
  /art/dexdump/
dexdump.cc 573 fprintf(gOutFile, "proto_ids_size : %d\n", pHeader.proto_ids_size_);
896 if (secondary_index < pDexFile->GetHeader().proto_ids_size_) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1879 milliseconds