Home
last modified time | relevance | path

Searched refs:ProtoIdsSize (Results 1 – 6 of 6) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc129 CHECK_EQ(item->size_, collections->ProtoIdsSize()); in CheckAndSetRemainingOffsets()
Dcompact_dex_writer.cc291 header.proto_ids_size_ = collections.ProtoIdsSize(); in WriteHeader()
Ddex_writer.cc693 collection.ProtoIdsSize(), in GenerateAndWriteMapItems()
770 header.proto_ids_size_ = collections.ProtoIdsSize(); in WriteHeader()
Ddex_ir.h277 CHECK_LT(index, ProtoIdsSize()); in GetProtoId()
356 uint32_t ProtoIdsSize() const { return proto_ids_.Size(); } in ProtoIdsSize() function
Ddexlayout.cc476 if (secondary_index < header->GetCollections().ProtoIdsSize()) { in IndexString()
619 fprintf(out_file_, "proto_ids_size : %d\n", collections.ProtoIdsSize()); in DumpFileHeader()
Ddex_ir.cc886 &dex_ir::Collections::ProtoIdsSize,