Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h292 return type_ids_[idx.index_]; in GetTypeId()
296 CHECK_GE(&type_id, type_ids_) << GetLocation(); in GetIndexForTypeId()
297 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId()
298 size_t result = &type_id - type_ids_; in GetIndexForTypeId()
862 const dex::TypeId* const type_ids_; variable
Ddex_file.cc114 type_ids_(reinterpret_cast<const TypeId*>(base + header_->type_ids_off_)), in DexFile()
/art/dexlayout/
Ddex_ir.h396 type_ids_(num_type_ids), in Header()
440 IndexedCollectionVector<TypeId>& TypeIds() { return type_ids_; } in TypeIds()
441 const IndexedCollectionVector<TypeId>& TypeIds() const { return type_ids_; } in TypeIds()
551 IndexedCollectionVector<TypeId> type_ids_; variable
1017 : type_ids_(std::move(type_ids)), in CodeFixups()
1022 const std::vector<TypeId*>& TypeIds() const { return type_ids_; } in TypeIds()
1028 std::vector<TypeId*> type_ids_;