Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h702 return proto_ids_[idx]; in GetProtoId()
706 CHECK_GE(&proto_id, proto_ids_) << GetLocation(); in GetIndexForProtoId()
707 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()
708 return &proto_id - proto_ids_; in GetIndexForProtoId()
990 const ProtoId* const proto_ids_; variable
Ddex_file.cc358 proto_ids_(reinterpret_cast<const ProtoId*>(base + header_->proto_ids_off_)), in DexFile()