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

  /art/dexlayout/
dex_ir.cc 72 [](const dex_ir::Header* h) { return h->ProtoIds().Size(); },
73 [](const dex_ir::Header* h) { return h->ProtoIds().GetOffset(); }
dex_writer.cc 303 for (auto& proto_id : header_->ProtoIds()) {
316 header_->ProtoIds().SetOffset(start);
738 header_->ProtoIds().Size(),
739 header_->ProtoIds().GetOffset()));
    [all...]
dex_ir_builder.cc 283 header->ProtoIds().SetOffset(disk_header.proto_ids_off_);
352 CHECK_EQ(item->size_, header_->ProtoIds().Size());
353 CHECK_EQ(item->offset_, header_->ProtoIds().GetOffset());
449 CreateAndAddIndexedItem(header_->ProtoIds(),
450 header_->ProtoIds().GetOffset() + i * ProtoId::ItemSize(),
473 header_->ProtoIds()[disk_method_id.proto_idx_.index_],
    [all...]
compact_dex_writer.cc 288 header.proto_ids_size_ = header_->ProtoIds().Size();
289 header.proto_ids_off_ = header_->ProtoIds().GetOffset();
dex_verify.cc 39 !VerifyIds(orig_header->ProtoIds(), output_header->ProtoIds(), "proto ids", error_msg) ||
    [all...]
dexlayout.cc 462 if (secondary_index < header->ProtoIds().Size()) {
463 dex_ir::ProtoId* proto_id = header->ProtoIds()[secondary_index];
604 fprintf(out_file_, "proto_ids_size : %d\n", header_->ProtoIds().Size());
606 header_->ProtoIds().GetOffset(), header_->ProtoIds().GetOffset());
    [all...]
dex_ir.h 442 IndexedCollectionVector<ProtoId>& ProtoIds() { return proto_ids_; }
443 const IndexedCollectionVector<ProtoId>& ProtoIds() const { return proto_ids_; }
    [all...]

Completed in 139 milliseconds