Home
last modified time | relevance | path

Searched refs:proto_ids_ (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file.h467 return proto_ids_[idx.index_]; in GetProtoId()
471 CHECK_GE(&proto_id, proto_ids_) << GetLocation(); in GetIndexForProtoId()
472 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()
473 return dex::ProtoIndex(&proto_id - proto_ids_); in GetIndexForProtoId()
849 const dex::ProtoId* const proto_ids_; variable
Ddex_file.cc117 proto_ids_(reinterpret_cast<const ProtoId*>(base + header_->proto_ids_off_)), in DexFile()
/art/dexlayout/
Ddex_ir.h397 proto_ids_(num_proto_ids), in Header()
442 IndexedCollectionVector<ProtoId>& ProtoIds() { return proto_ids_; } in ProtoIds()
443 const IndexedCollectionVector<ProtoId>& ProtoIds() const { return proto_ids_; } in ProtoIds()
552 IndexedCollectionVector<ProtoId> proto_ids_; variable