Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc72 [](const dex_ir::Header* h) { return h->ProtoIds().Size(); }, in __anon0e6c32920502()
73 [](const dex_ir::Header* h) { return h->ProtoIds().GetOffset(); } in __anon0e6c32920602()
Ddex_writer.cc303 for (auto& proto_id : header_->ProtoIds()) { in WriteProtoIds()
316 header_->ProtoIds().SetOffset(start); in WriteProtoIds()
738 header_->ProtoIds().Size(), in GenerateAndWriteMapItems()
739 header_->ProtoIds().GetOffset())); in GenerateAndWriteMapItems()
817 header.proto_ids_size_ = header_->ProtoIds().Size(); in WriteHeader()
818 header.proto_ids_off_ = header_->ProtoIds().GetOffset(); in WriteHeader()
Ddex_ir_builder.cc283 header->ProtoIds().SetOffset(disk_header.proto_ids_off_); in DexIrBuilder()
352 CHECK_EQ(item->size_, header_->ProtoIds().Size()); in CheckAndSetRemainingOffsets()
353 CHECK_EQ(item->offset_, header_->ProtoIds().GetOffset()); in CheckAndSetRemainingOffsets()
449 CreateAndAddIndexedItem(header_->ProtoIds(), in CreateProtoId()
450 header_->ProtoIds().GetOffset() + i * ProtoId::ItemSize(), in CreateProtoId()
473 header_->ProtoIds()[disk_method_id.proto_idx_.index_], in CreateMethodId()
1156 item->SetProtoId(header_->ProtoIds()[proto_index]); in ReadEncodedValue()
Dcompact_dex_writer.cc288 header.proto_ids_size_ = header_->ProtoIds().Size(); in WriteHeader()
289 header.proto_ids_off_ = header_->ProtoIds().GetOffset(); in WriteHeader()
Ddex_verify.cc39 !VerifyIds(orig_header->ProtoIds(), output_header->ProtoIds(), "proto ids", error_msg) || in VerifyOutputDexFile()
Ddex_ir.h442 IndexedCollectionVector<ProtoId>& ProtoIds() { return proto_ids_; } in ProtoIds() function
443 const IndexedCollectionVector<ProtoId>& ProtoIds() const { return proto_ids_; } in ProtoIds() function