Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc130 CHECK_EQ(item->offset_, collections->ProtoIdsOffset()); in CheckAndSetRemainingOffsets()
Ddex_ir.cc342 AddIndexedItem(proto_ids_, proto_id, ProtoIdsOffset() + i * ProtoId::ItemSize(), i); in CreateProtoId()
887 &dex_ir::Collections::ProtoIdsOffset
Dcompact_dex_writer.cc292 header.proto_ids_off_ = collections.ProtoIdsOffset(); in WriteHeader()
Ddex_writer.cc694 collection.ProtoIdsOffset())); in GenerateAndWriteMapItems()
771 header.proto_ids_off_ = collections.ProtoIdsOffset(); in WriteHeader()
Ddexlayout.cc621 collections.ProtoIdsOffset(), collections.ProtoIdsOffset()); in DumpFileHeader()
Ddex_ir.h310 uint32_t ProtoIdsOffset() const { return proto_ids_.GetOffset(); } in ProtoIdsOffset() function